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]

Re: why is select=".[true()]" bad?


Gary L Peskin wrote:
> Try self::node()[@id=1]
> 
> The "." is an AbbreviatedStep (production [12]) and cannot be followed
> by a predicate according to production [4].  That production requires
> 
> 	AxisSpecifier NodeTest Predicate*

Ah, so "." is not just self::node(), it is an abbreviation of the
*step* self::node() -- axis, node test, and any predicates inclusive.
Makes sense, then, but isn't obvious by the prose portion of the XPath
spec. Thanks!

   - Mike
____________________________________________________________________
Mike J. Brown, software engineer at         My XML/XSL resources:
webb.net in Denver, Colorado, USA           http://www.skew.org/xml/


 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]