I'm using Apache FOP, embedded in a Java desktop application, to create PDFs from a data XML file and an XSLT file.
Say the data XML file is a list of items of the form
<items>
<item>apple</item>
<item>apples</item>
<item>orange</item>
<item>water melon</item>
...
</items>
I want to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.