[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] xsl:result-document usage


Subject: Re: [xsl] xsl:result-document usage
From: Mukul Gandhi <gandhi.mukul@xxxxxxxxx>
Date: Tue, 3 Nov 2009 09:17:23 +0530

On Tue, Nov 3, 2009 at 3:29 AM, a kusa <akusa8@xxxxxxxxx> wrote:
> Now when I run the transformation my B output file must
> be {document number}.xml.
>
> Can I achieve this through xsl:result-document?

I think so. If I remember correctly, you might have to specify value
of href attribute of xsl:result-document instruction as follows,
href="{$document-number}.xml".


--
Regards,
Mukul Gandhi


Current Thread