xsl-list
[Top] [All Lists]

Re: [xsl] xsl:result-document usage

2009-11-03 04:13:11
2009/11/2 a kusa <akusa8(_at_)gmail(_dot_)com>:
Hi

I am not very clear with the xsl:result-document usage in xslt 2.0.
Basically, here is what I want to do.

I have an xml file to which I apply my trasnformation style sheet. In
my transformation, I calculate what the document number for this input
file must be. Now when I run the transformation my  output file must
be {document number}.xml.

Can I achieve this through xsl:result-document?

yep:

<xsl:template match="/">
  <xsl:result-document href="{$filename}">
  ....


-- 
Andrew Welch
http://andrewjwelch.com
Kernow: http://kernowforsaxon.sf.net/

--~------------------------------------------------------------------
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>