xsl-list
[Top] [All Lists]

Re: [xsl] generating xml from xslt

2008-08-26 12:22:26
Sarkup Sarkup wrote:

Is there a quicker way of doing this instead of
entering the value for the parameters everytime the transformation is
run? I have xalan xslt processor. If I want to generate 50 files it
will take a long time to run this transformaiton.

You could put the data (for all 50 files) in an XML document of its own and read that in using the XSLT document function. However to then generate different result files you need XSLT 2.0 with xsl:result-document (for instance using Saxon 9 instead of Xalan) or you need to check whether your Xalan processor provides an extension to create several result document with one transformation.





--

        Martin Honnen
        http://JavaScript.FAQTs.com/

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>