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]

[docbook-apps] FOP rendering orderedlists and itemizedlists


Hi

I'm sure this is a common problem but I've not managed to track down an
answer searching the archives...

Given:

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

If I render using FOP 0.20.5 to PDF, my output is of the form:

*
    list item 1
*
    list item 2
*
    list item 3

ie. The bullet for each list item is on it's own line.

What do I need to do to fix this?

TIA.

MikeD
-- 
  Mike Devlin
  mike_devlin@fastmail.fm


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