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

« back to all changes in this revision

Viewing changes to debian/examples/test-si-url-docbook.org-4.5.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 SYSTEM "http://docbook.org/xml/4.5/docbookx.dtd">
 
3
<book><title>foo</title>
 
4
 
 
5
<chapter><title>bar</title>
 
6
 
 
7
<para>
 
8
foo
 
9
</para>
 
10
 
 
11
<informaltable>
 
12
<tgroup cols="1">
 
13
<tbody>
 
14
<row>
 
15
<entry>foo</entry></row>
 
16
<row><entry>bar</entry></row>
 
17
</tbody>
 
18
</tgroup>
 
19
</informaltable>
 
20
 
 
21
<table><title>bar</title>
 
22
<tgroup cols="1">
 
23
<tbody>
 
24
<row><entry>bar</entry></row>
 
25
</tbody>
 
26
</tgroup>
 
27
</table>
 
28
 
 
29
</chapter>
 
30
 
 
31
<glossary>
 
32
<glossentry><glossterm>foo</glossterm>
 
33
<indexterm><primary>foo</primary></indexterm>
 
34
<glossdef>
 
35
<para>
 
36
Some appropriate definition goes here.
 
37
</para>
 
38
</glossdef>
 
39
</glossentry>
 
40
</glossary>
 
41
 
 
42
</book>