merge the formfield patch from ooo-build
[ooovba.git] / testautomation / xml / optional / input / docbook / lot.001.xml
blobccf6220aedf452108afcd866e8d11808d713e41a
1 <?xml version="1.0" encoding="utf-8"?>
2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
3                "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
4 <!ENTITY blah "<para>Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5 Blah blah blah blah blah blah blah blah. Blah blah blah blah.
6 </para>">
7 ]>
8 <book id="book">
9 <bookinfo>
10 <title>Unit Test: lot.001</title>
11 <releaseinfo role="CVS">$Id: lot.001.xml,v 1.2 2008-07-11 07:51:35 rt Exp $
12 </releaseinfo>
13 <author><firstname>Norman</firstname><surname>Walsh</surname>
14         <affiliation><address><email>ndw@nwalsh.com</email></address></affiliation>
15 </author>
16 </bookinfo>
18 <chapter id="chap1"><title>First Chapter</title>
20 &blah;
22 <figure id="figduck1"><title>A Test Figure</title>
23 <programlisting>
24 A figure. Just to test the numeration.</programlisting>
25 </figure>
27 <section><title>First Section</title>
29 &blah;
31 </section>
32 </chapter>
34 <chapter id="chap2"><title>Second Chapter</title>
36 &blah;
38 <figure id="figduck2"><title>A Test Figure</title>
39 <programlisting>
40 A figure. Just to test the numeration.</programlisting>
41 </figure>
43 <sidebar><title>A Sidebar</title>
45 &blah;
47 <figure id="figduck3"><title>A Test Figure</title>
48 <programlisting>
49 A figure. Just to test the numeration.</programlisting>
50 </figure>
52 &blah;
54 </sidebar>
55 </chapter>
56 </book>