]> git.lyx.org Git - lyx.git/blob - autotests/export/docbook/lists.xml
DocBook: simplify code to handle abstracts.
[lyx.git] / autotests / export / docbook / lists.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- This DocBook file was created by LyX 2.4.0dev
3   See http://www.lyx.org/ for more information -->
4 <article xml:lang="en_US" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:m="http://www.w3.org/1998/Math/MathML" xmlns:xi="http://www.w3.org/2001/XInclude" version="5.2">
5 <title>Test document</title>
6 <para>A list:</para>
7 <itemizedlist>
8 <listitem>
9 <para>First item</para>
10 <itemizedlist>
11 <listitem>
12 <para>First first item</para>
13 </listitem>
14 <listitem>
15 <para>First second item</para>
16 </listitem>
17 </itemizedlist>
18 <para>Text after first item</para>
19 </listitem>
20 <listitem>
21 <para>Second item</para>
22 <orderedlist>
23 <listitem>
24 <para>Second first item</para>
25 </listitem>
26 <listitem>
27 <para>Second second item</para>
28 </listitem>
29 </orderedlist>
30 <para>Text after second item</para>
31 </listitem>
32 </itemizedlist>
33
34 </article>