How to output XSL processing to a file

Here should go questions about transforming XML with XSLT and FOP.
sumairrana
Posts: 1
Joined: Wed Nov 19, 2008 12:29 am

How to output XSL processing to a file

Post by sumairrana »

Hi,

Any suggesstions how to output the XSL processing to any file? Thanks.

Regards,
Sumair.
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Re: How to output XSL processing to a file

Post by sorin_ristache »

Hello,

You can set the location and name of the output file of an XSL transformation in the transformation scenario dialog of Oxygen (the Save As field). If you need to send output to more than one file or you want to set the output file name in the stylesheet you should use the XSLT 2.0 element xsl:result-document.


Regards,
Sorin
Post Reply