Re: [xsl] xsl:include

Subject: Re: [xsl] xsl:include
From: "gbk" <gbk@xxxxxxxxxxxxxx>
Date: 31 Jan 2002 22:34:18 -0000
Hi

try this <xsl:include href="urFile.xsl"/>

Thanks
Bhargav

On Fri, 01 Feb 2002 Yue Ma wrote :
> Hi there,
> How can I use xsl:include if I want something like this:
> (If I have an XML called x.xml:
> <FileID>
>     Something
> </FileID>
> )
> <xsl:stylesheet ....>
>   <xsl:variable name="filename" select="//FileID"/>
>   <xsl:include href="concat($filename,'.xsl')"/>
> ..
> </xsl:stylesheet>
> 
> Looks like I can not do that....
> 
> Thanks
> Yue
> 
> 
>  XSL-List info and archive:  
> http://www.mulberrytech.com/xsl/xsl-list
> 
 


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread
  • [xsl] xsl:include
    • Yue Ma - Thu, 31 Jan 2002 13:59:09 -0500
      • <Possible follow-ups>
      • gbk - 31 Jan 2002 22:34:18 -0000 <=