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

« 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): 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 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>