~ubuntu-branches/ubuntu/jaunty/docbook-xml/jaunty

« back to all changes in this revision

Viewing changes to debian/examples/test-legacy-si-4.0.xml

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2004-12-15 22:46:22 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20041215224622-62ooije4ba5s0a18
Tags: 4.3-1.1
* Non-maintainer upload.
* High-urgency upload for sarge-targetted RC bugfix
* Edit debian/rules to remove build-dependency on symlinks, which is
  slated for removal; and drop no-longer-needed dependency of 
  symlinks (closes: #284453).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version='1.0'?>
 
2
<!DOCTYPE book SYSTEM "/usr/share/sgml/docbook/dtd/xml/4.0/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>