This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Using Attribute in a Predicate


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]