Subject: RE: including an xsl file dinamically
From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx>
Date: Wed, 6 Feb 2002 19:09:04 -0000
|
You can't, xsl:include is a compile time thing, like #include in C.
What are you trying to achieve?
Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx
> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of
> yara.hornos@xxxxxxxxxxxxx
> Sent: 06 February 2002 18:01
> To: XSL-List@xxxxxxxxxxxxxxxxxxxxxx
> Subject: including an xsl file dinamically
>
>
> I everybody,
> Could someone help me on how to include a xsl file dinamically?
>
> <xsl:include href="sample.xsl"/>
>
> I would like to put a variable, or something like that,
> instead of put the
> "hard coded" xsl file name..
>
> Thanks a lot.
>
> Yara Hornos
> Sao Paulo - Brazil
>
>
> This message is for the designated recipient only and may contain
> privileged, proprietary, or otherwise private information.
> If you have
> received it in error, please notify the sender immediately
> and delete the
> original. Any other use of the email by you is prohibited.
>
>
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
>
>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|