|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] node test in patern from string()
Can anyone help me with how to use a string variable as part of a pattern?
The following is illegal but it shows what I want to do.
<xsl:call-template name="buildEnum">
<xsl:with-param name="enum" select="string('region')"/>
</xsl:template>
<xsl:template name="buildEnum">
<xsl:param name="enum"/>
<xsl:variable name="enums"
select="document('../common/enum.xml')/enums/$enum"/>
</xsl:template>
The XT error occurs on the variable definition at the $enum - "expected node
test".
Jon Smirl
jonsmirl@xxxxxxxxxxxx
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








