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]

Re: [docbook-apps] FOP rendering orderedlists and itemizedlists


Mike Devlin wrote:

Apologies

My markup should have read:

<itemisedlist>
  <listitem>
    <para>list item 1</para>
  </listitem>
  <listitem>
    <para>list item 2</para>
  </listitem>
  <listitem>
    <para>list item 3</para>
  </listitem>
</itemisedlist>

Is this an actual snippet from a file or did you type it directly in the mail?


The reason for my question is that your snippet is not valid DocBook. It's called <itemizedlist> with a 'z', not <itemisedlist> with an 's'.

The stylesheets assume that documents to be processed are valid. If not, you can expect undefined behaviour.

HTH.

Best regards,

Rune Lausen


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