[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]


From: Jiefeng Li <jieli@xxxxxxxxxxx>
Date: Wed, 7 Apr 1999 19:56:36 -0400 (EDT)

Hi,

I have a global variable "abc" defined in <xsl:script>...</xsl:script>,
and I want to use it in choosing a node whose attribute "z" equals to the
value of "abc" variable, but it fails:

<xsl:value-of select="/x/y[@z = <xsl:eval>abc</xsl:eval> ]" />

Can someone tell me how to make it work?

Thank you very much,
Jiefeng


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



Current Thread
  • [no subject]
    • Jiefeng Li - Wed, 7 Apr 1999 19:56:36 -0400 (EDT) <=