← Prev in month ← Prev in thread

FOP rendering orderedlists and itemizedlists

From
Mike Devlin <>
Date
2004-08-19T12:19:40+00:00
ID
Thread
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
  
← Prev in month ← Prev in thread