This is the mail archive of the
xsl-list@mulberrytech.com
mailing list .
xsl:include
- From: Yue Ma <may at mail dot nlm dot nih dot gov>
- To: xsl-list at lists dot mulberrytech dot com
- Date: Thu, 31 Jan 2002 13:59:09 -0500
- Subject: [xsl] xsl:include
- Reply-to: xsl-list at lists dot mulberrytech dot com
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