~ubuntu-branches/ubuntu/raring/docbook-xml/raring

« back to all changes in this revision

Viewing changes to debian/examples/test-bad-si-3.1.7.xml

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Leidert (dale), Daniel Leidert
  • Date: 2007-04-18 20:53:41 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070418205341-21oyzu6b9wevm1yu
Tags: 4.5-2
* Adding the Debian XML/SGML group and myself as co-maintainers closes:
  #358520. Simply forgot it.

[ Daniel Leidert ]
* catalog: Added system IDs too for DOCTYPE declarations only containing a
  system ID.
* docbook-4.0/docbook.cat: Likewise.
* debian/patches/06_add_system_identifiers_to_catalog.dpatch: Likewise.
* debian/docbook-xml.examples: Fixed examples location: will re-add them
  back to the package.
* debian/docbook-xml.xmlcatalogs.in: Added entry for "-//OASIS//DTD XML
  Exchange Table Model 19990315//EN" FPI to the root catalog.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version='1.0'?>
2
 
<!DOCTYPE book PUBLIC "-//Norman Walsh//DTD DocBk XML V3.1.7//EN" 
3
 
               "docbookx.dtd">
4
 
<book><title>foo</title>
5
 
 
6
 
<chapter><title>bar</title>
7
 
 
8
 
<para>
9
 
foo
10
 
</para>
11
 
 
12
 
<informaltable>
13
 
<tgroup cols="1">
14
 
<tbody>
15
 
<row>
16
 
<entry>foo</entry></row>
17
 
<row><entry>bar</entry></row>
18
 
</tbody>
19
 
</tgroup>
20
 
</informaltable>
21
 
 
22
 
<table><title>bar</title>
23
 
<tgroup cols="1">
24
 
<tbody>
25
 
<row><entry>bar</entry></row>
26
 
</tbody>
27
 
</tgroup>
28
 
</table>
29
 
 
30
 
</chapter>
31
 
 
32
 
<glossary>
33
 
<glossentry><glossterm>foo</glossterm>
34
 
<indexterm><primary>foo</primary></indexterm>
35
 
<glossdef>
36
 
<para>
37
 
Some appropriate definition goes here.
38
 
</para>
39
 
</glossdef>
40
 
</glossentry>
41
 
</glossary>
42
 
 
43
 
</book>