Page 1 of 1

transfroming multiple xml with different xsl style sheets

Posted: Mon May 14, 2007 4:56 pm
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