xsl-list
[Top] [All Lists]

Re: [xsl] xsl:result-document usage

2009-11-03 09:17:21
Thank you!

On Tue, Nov 3, 2009 at 3:12 AM, Andrew Welch 
<andrew(_dot_)j(_dot_)welch(_at_)gmail(_dot_)com> wrote:
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>
--~--



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