merge the formfield patch from ooo-build
[ooovba.git] / testautomation / xml / optional / input / docbook / orderedlist.002.xml
blob47715b2761e34a7895e5d04af1da03049ad3a021
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.002</title>
7 <releaseinfo role="CVS">$Id: orderedlist.002.xml,v 1.2 2008-07-11 07:52:41 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 numeration="loweralpha">
14   <listitem><para>Level 1, numeration="loweralpha"</para>
15     <orderedlist>
16     <listitem><para>Level 2</para>
17       <orderedlist>
18       <listitem><para>Level 3</para>
19         <orderedlist>
20         <listitem><para>Level 4</para>
21           <orderedlist>
22           <listitem><para>Level 5</para>
23             <orderedlist>
24             <listitem><para>Level 6</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>