transfroming multiple xml with different xsl style sheets

Here should go questions about transforming XML with XSLT and FOP.
menschmeier
Posts: 1
Joined: Mon May 14, 2007 4:46 pm

transfroming multiple xml with different xsl style sheets

Post by menschmeier »

Hi,

I am working on my thesis. I have to write a web app that returns several dynamically created pdfs in one request.

There are at least two possibilities:
a) produce one big pdf containing all the data. This presumes that I can do the conversion with more than one xml/xsl pair.

b) do all conversions separately and return a zip archive. Without creating any files physically on the disk - or at least it must be guaranteed the files are deleted right after the request is answered.

Does anyone has experiences with my task and can give some hints, ideas, ....

Thanks
menschmeier