File: test-si-4.4.xml

package info (click to toggle)
docbook-xml 4.5-13
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,896 kB
  • sloc: xml: 1,375; makefile: 132; sh: 24
file content (42 lines) | stat: -rw-r--r-- 644 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<?xml version='1.0'?>
<!DOCTYPE book SYSTEM "/usr/share/xml/docbook/schema/dtd/4.4/docbookx.dtd">
<book><title>foo</title>

<chapter><title>bar</title>

<para>
foo
</para>

<informaltable>
<tgroup cols="1">
<tbody>
<row>
<entry>foo</entry></row>
<row><entry>bar</entry></row>
</tbody>
</tgroup>
</informaltable>

<table><title>bar</title>
<tgroup cols="1">
<tbody>
<row><entry>bar</entry></row>
</tbody>
</tgroup>
</table>

</chapter>

<glossary>
<glossentry><glossterm>foo</glossterm>
<indexterm><primary>foo</primary></indexterm>
<glossdef>
<para>
Some appropriate definition goes here.
</para>
</glossdef>
</glossentry>
</glossary>

</book>