Output Multiple PDF files
Posted: Fri Mar 19, 2010 3:21 pm
Hi!
XML file looks like this:
<root>
<row filename="row1">
<cell1></cell1>
<cell2></cell2>
</row>
<row filename="row2">
<cell1></cell1>
<cell2></cell2>
</row>
.....
</root>
I'd like to create multiple PDF files for every "row" node. Filename = attribute.pdf
I'm able to create multiple .fo files using <xsl:result-document> and Oxygen but I have no idea how to transform the content of a single XML-File via XSL-FO into multiple PDF-Files.
Thank you sooo much for your help!
Sebastian
XML file looks like this:
<root>
<row filename="row1">
<cell1></cell1>
<cell2></cell2>
</row>
<row filename="row2">
<cell1></cell1>
<cell2></cell2>
</row>
.....
</root>
I'd like to create multiple PDF files for every "row" node. Filename = attribute.pdf
I'm able to create multiple .fo files using <xsl:result-document> and Oxygen but I have no idea how to transform the content of a single XML-File via XSL-FO into multiple PDF-Files.
Thank you sooo much for your help!
Sebastian