This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

1.57.0 - Numbereditem starts at 2?


Hi, all. . .  I just started running my documents through the XSL-1.57
style sheets and really like the new updates.  I'm seeing one new
anomaly that I didn't get in 1.53.  I generate PDFs with FOP-.24 and
with this XML:

<?xml version="1.0" encoding="iso-8859-1"?>
<sect1>
  <title>Sample title</title>
  <para>Sample paragraph below the sample title.</para>
<orderedlist>
 <listitem><para>Item 1</para></listitem>
 <listitem><para>Item 2</para></listitem>
 </orderedlist>
</sect1>

I get this output:
Sample title
Sample paragraph below the sample title.
2. Item 1
3. Item 2

Does anyone else get the same?  Or possibly I'm doing something wrong
that 1.53 didn't care about but 1.57 does?  Any help would be
appreciated!


-- Andy



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]