summaryrefslogtreecommitdiff
path: root/test/testdocs/lot.001.xml
blob: 283048f0f8e2fc1ab04a14a451e42a77d3fa110b (plain)
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
44
45
46
47
48
49
50
51
52
53
54
55
56
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
          "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
<!ENTITY blah "<para>Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
Blah blah blah blah blah blah blah blah. Blah blah blah blah.
</para>">
]>
<book id="book">
<bookinfo>
<title>Unit Test: lot.001</title>
<releaseinfo role="CVS">$Id: lot.001.xml 4056 2004-11-23 13:28:50Z nwalsh $
</releaseinfo>
<author><firstname>Norman</firstname><surname>Walsh</surname>
        <affiliation><address><email>ndw@nwalsh.com</email></address></affiliation>
</author>
</bookinfo>

<chapter id="chap1"><title>First Chapter</title>

&blah;

<figure id="figduck1"><title>A Test Figure</title>
<programlisting>
A figure. Just to test the numeration.</programlisting>
</figure>

<section><title>First Section</title>

&blah;

</section>
</chapter>

<chapter id="chap2"><title>Second Chapter</title>

&blah;

<figure id="figduck2"><title>A Test Figure</title>
<programlisting>
A figure. Just to test the numeration.</programlisting>
</figure>

<sidebar><title>A Sidebar</title>

&blah;

<figure id="figduck3"><title>A Test Figure</title>
<programlisting>
A figure. Just to test the numeration.</programlisting>
</figure>

&blah;

</sidebar>
</chapter>
</book>