[EMAIL PROTECTED] wrote:
Right now I have a working application where I create XML file and then pass it through XSLT /FOP parser to create a PDF out of it. So everytime the user clicks a button he gets a PDF.
What I want now is to combine multiple XML files into one XML file and then run this big XML file through the FOP parser to create one big PDF. This PDF would have pages equivalent for each individual PDF. Note that all the individual XMLs are validated by the same XSD..
Check out the document() function. This is more of an XSLT question, check also the XSLT FAQ reachable from http://www.mulberrytech.com/xsl/xsl-list/
Note that FOP consumes a lot of memory while rendering large input.
J.Pietschmann
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]