We have 5 xsl files, the xml content for transformation genertated at runtime, it is working fine when we are generating a single pdf for single xsl file.
Our requirement is we need to generate a single pdf for the 5 xsl files based on runtime input.
ex: the input is 3 xsl file name then we need to genrtate a single pdf containg the 3 xsl contents in multiple pages.
We are using Apache FOP 1.0 and Java 1.5.
Thanks in advance
Thanks -Arul