[xsl] Using Attribute in a Predicate

Subject: [xsl] Using Attribute in a Predicate
From: Kuhns Matt <kuhns_m@xxxxxxxxx>
Date: Tue, 30 Jul 2002 07:40:19 -0700 (PDT)
Whenever I do something like this:
<xsl:value-of
select="//Script/Group[@Grp]/Desc/@Name"/>
I get nothing. 
But if I hard code the value in the predicate like
<xsl:value-of select="//Script/Group[0]/Desc/@Name"/>
I get something back. Is there something I am missing
here?
Thanks in Advance
Matt

__________________________________________________
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com

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


Current Thread