|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: variable in xsl:template match
> If you do care about namespaces, you can do:
> <xsl:param name="target" as="xs:QName"
> select="xs:QName('ns:position') />
>
> <xsl:template match="/root/*[local-name-from-QName($targer) =
> local-name() and namespace-uri-from-QName($target) =
> namespace-uri()]/child" >....
That seems to be equivalent to
<xsl:template match="/root/*[node-name() = $target]/child" >....
Michael Kay
http://www.saxonica.com/
|
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
|






