Re: Multiple XMLs to One PDF.

Sorry I don't use fop or jsp so I'm not really the person to give advice
on the particular glue you need.
But..
  In that idea you suggested to do individual transformations and then merge
  them - but with out-of-box FOP once I do the transformation (I have to
  provide the XML and XSL-FO to do the transformation) it will automatically
  output the PDF for that XML file to a given location.

Fop itself is just doing the FO-pdf conversion the xslt transformation
of your source file will be using an xslt processor (xalan by default I
would guess) so to implement my suggestion you would just need to call
xalan directly to transform each of your documents to an fo file
and then make a wrapper xml document as a result of the users selection
that references each of these fo files.


-- 
http://www.dcarlisle.demon.co.uk/matthew

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

Received on Friday, 12 March 2004 10:46:57 UTC