Generating more than one PDF from Single XSL and XML file

View: New views
2 Messages — Rating Filter:   Alert me  

Generating more than one PDF from Single XSL and XML file

by sonika_nitj :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi, I need to generate multiple PDF based on some values in my XML using XSL:FO. I have to generate 2 PDF using a single XSL at one go. Is this possible? Please reply. Thanks in advance, Sonika

Re: Generating more than one PDF from Single XSL and XML file

by Jeremias Maerki-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


There's nothing in XSL-FO that would allow you to do that. You can
however run your XML multiple times, once for every PDF you need to
generate. If the XML file contains data for multiple documents in a
series, you may have to split that XML into single documents first.
HTH

On 13.10.2008 12:39:01 sonika_nitj wrote:

>
> Hi,
>
> I need to generate multiple PDF based on some values in my XML using XSL:FO.
> I have to generate 2 PDF using a single XSL at one go. Is this possible?
> Please reply.
>
> Thanks in advance,
> Sonika
> --
> View this message in context: http://www.nabble.com/Generating-more-than-one-PDF-from-Single-XSL-and-XML-file-tp19952469p19952469.html
> Sent from the w3.org - www-xsl-fo mailing list archive at Nabble.com.




Jeremias Maerki