Hello -

I am trying to convert a nested, bulleted list in HTML to XML-FO for output
as a PDF in Apache FOP. The HTML looks like this

<ul>
   <li>Item Number1</li>
      <ul>
          <li>Sub-Item 1</li>
          <li>Sub-Item 2</li>
      </ul>
 </ul>

All of the XSLT I have tried creates a with an embedded for the subitems.
FOP, however, complains that you can't have a list-block as a child of a
list-block. Is this an issue with FOP? Or, is that simply not valid XML-FO
and all of the XSLT examples are processing this construct incorrectly?

If it's the later, what is the proper XML-FO to produce a nested set of
bullets like you would see in HTML?

Any help would be greatly appreciated!

Thanks!



--
View this message in context: 
http://apache-fop.1065347.n5.nabble.com/Nested-Bulleted-Lists-Problem-tp40436.html
Sent from the FOP - Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org

Reply via email to