File: test.xml

package info (click to toggle)
php-doc 20061001-1
  • links: PTS
  • area: non-free
  • in suites: etch, etch-m68k
  • size: 45,764 kB
  • ctags: 1,611
  • sloc: xml: 502,485; php: 7,645; cpp: 500; makefile: 297; perl: 161; sh: 141; awk: 28
file content (43 lines) | stat: -rw-r--r-- 660 bytes parent folder | download | duplicates (11)
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
43
<?xml version='1.0'?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
               "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>