Re: [xsl] Using Attribute in a Predicate

Subject: Re: [xsl] Using Attribute in a Predicate
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 30 Jul 2002 16:24:26 +0100

> <xsl:value-of select="//Script/Group[0]/Desc/@Name"/>
> I get something back.

If you do you should report a bug in your system. [0] selects all the
nodes such that position()=0 and there are never any of those.

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.

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


Current Thread