I'm sorry -- I don't even undestand the question. I thought there was a problem with the list numbering, which doesn't seem to have anything to do with the above response. Please reformulate the question.
The question is as follows. I have a document as follows
<?xml version="1.0" encoding="utf-8" standalone="no"?> <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "/usr/share/sgml/db42xml/docbookx.dtd" > <article> <title>Sample Nested Ordered List</title> <para>This sample ordered list renders properly with Renderx XEP, nut not with FOP</para> <orderedlist> <title>Nested Orderedlist</title> <listitem> <variablelist role="ozel"> <?dbfo list-presentation="list"?> <varlistentry> <term>First Term</term> <listitem> <para>This is the first para of <emphasis role="bold">first term</emphasis> which is the first list item of the <emphasis role="bold">ordered list</emphasis></para> </listitem> </varlistentry> </variablelist> </listitem> <listitem> <variablelist role="ozel"> <?dbfo list-presentation="list"?> <varlistentry> <term>Second Term</term> <listitem> <para>this is the par of <emphasis role="bold">second term</emphasis></para> </listitem> </varlistentry> </variablelist> </listitem> </orderedlist> <para>This is a normal paragraph and now the following list will continue from the numbereing where it was left</para> <orderedlist continuation="continues"> <title>Second nested orderedlist</title> <listitem> <?dbfo list-presentation="list"?> <variablelist role="ozel"> <varlistentry> <term>Third term</term> <listitem> <para>This is the para of <emphasis role="bold">third term</emphasis> which is a continuation of the previous orderedlist</para> </listitem> </varlistentry> </variablelist> </listitem> <listitem> <itemizedlist> <listitem> <para>this is an itemized list </para> </listitem> <listitem> <para>another para of itemized list</para> </listitem> </itemizedlist> </listitem> </orderedlist> </article>
The ending PDF when I use XEP is correct meaning
1. First Term bla ba
2. Second Term bla bla
However the PDF created via FOP 0.20.5rc3 (CVS build of yesterday) is as follows
1. First Term bla bla
2.
Second Term bla bla
So there is something wrong with how FOP understands the nested lists
compared to XEP . Hope this time the communication is established :-)
PS. Could you trim your line length to something like 72 as in current settings it is screen wide Thanks
Well, it is set at 76, but my email client doesn't seem to know what to with your Unicode data. I have converted the encoding to ASCII, so hopefully it will wrap correctly on this one.
This one is correct thanks
--
Togan Muftuoglu
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]