merge the formfield patch from ooo-build
[ooovba.git] / testautomation / xml / optional / input / docbook / orderedlist.001.xml
blobc224975683f0176cc50d2e2e3c4dfbd53e66a7e2
1 <?xml version="1.0" encoding="utf-8"?>
2 <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
3                   "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
4 <article>
5 <articleinfo>
6 <title>Unit Test: orderedlist.001</title>
7 <releaseinfo role="CVS">$Id: orderedlist.001.xml,v 1.2 2008-07-11 07:52:30 rt Exp $</releaseinfo>
8 <author><firstname>Norman</firstname><surname>Walsh</surname>
9         <affiliation><address><email>ndw@nwalsh.com</email></address></affiliation>
10 </author>
11 </articleinfo>
13 <orderedlist>
14   <listitem><para>Level 1</para>
15     <orderedlist>
16     <listitem><para>Level 2</para>
17       <orderedlist>
18       <listitem id="someOLI"><para>Level 3</para>
19         <orderedlist>
20         <listitem><para>Level 4</para>
21           <orderedlist>
22           <listitem><para>Level 5</para>
23             <orderedlist>
24             <listitem override="13"><para>Level 6, override=13</para>
25             </listitem>
26             </orderedlist>
27           </listitem>
28           </orderedlist>
29         </listitem>
30         </orderedlist>
31     </listitem>
32     </orderedlist>
33   </listitem>
34   </orderedlist>
35 </listitem>
36 </orderedlist>
38 </article>