]> git.lyx.org Git - lyx.git/blob - autotests/export/docbook/lists.xml
Simplify code to generate only one paragraph at a time.
[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>
6 Test document
7 </title>
8 <para>
9 A simple list: 
10 </para>
11 <itemizedlist>
12 <listitem>
13 <para>First item</para>
14 </listitem>
15 <listitem>
16 <para>Second item on two lines<!-- Is para open? yes --><!-- Output Error: Closing tag `para' when other tags are open, namely: -->
17 <!-- Output Error: &LyX_parsep_tag& -->
18 </para>
19 <para>I'm the second line<!-- Output Error: Tags still open in closeFontTags(). Probably not a problem,
20 but you might want to check these tags: -->
21 <!-- Output Error: para -->
22 <!-- Output Error: listitem -->
23 <!-- Output Error: itemizedlist -->
24 <!-- Output Error: No division separation tag found in endDivision(). -->
25 </para>
26 </listitem>
27 </itemizedlist>
28 <para>
29 A complex list:
30 </para>
31 <itemizedlist>
32 <listitem>
33 <para>First item</para>
34 </listitem>
35 <listitem>
36 <para>First first item</para>
37 </listitem>
38 <listitem>
39 <para>First second item</para>
40 </listitem>
41 </itemizedlist>
42 <para>
43 Text after first item
44 </para>
45 <itemizedlist>
46 <listitem>
47 <para>Second item</para>
48 </listitem>
49 </itemizedlist>
50 <orderedlist><listitem>
51 <para>Second first item</para>
52 </listitem>
53 </orderedlist>
54 <orderedlist><listitem>
55 <para>Second second item</para>
56 </listitem>
57 </orderedlist>
58 <para>
59 Text after second item
60 </para>
61
62 </article>