https://issues.apache.org/bugzilla/show_bug.cgi?id=52969
Alex Giotis <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #2 from Alex Giotis <[email protected]> 2012-03-22 12:18:35 UTC --- The typical way of doing this is writing an XSLT. This takes as input an XML (containing the actual user name) and creates as output the XSL:FO. There are of course other ways such as programmatically generating the XSL:FO, using a template engine such as Apache Velocity etc. Apache FOP's input is XSL:FO, have a look at the following links to help you with writing an XSLT. [1] http://www.w3schools.com/xsl/ [2] http://www.mulberrytech.com/xsl/xsl-list/ -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
