[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: question about select

Subject: Re: question about select
From: Mike Brown <mike@xxxxxxxx>
Date: Mon, 12 Feb 2001 19:18:19 -0700 (MST)
Re:  question about select
Jo Bourne wrote:
> I am using xalan and I have noticed that if I use a selection like this:
> 
> <xsl:for-each select=
"child::*[@field_name!='id' and @field_name!='smallName']">
> 
> That the result excludes not only those elements with an attribute
> called "field_name" which is equal to "id" or "smallName", but also
> those elements which do not have an attribute "field_name" at all. Is
> this the same in all parsers?

Yes. @field_name identifies a node-set containing all the attributes named
field_name. Obviously there will be either 0 or 1 node in the set, since
it's in a predicate (each element in the child::* set is being tested
individually). If testing an empty node-set for inequality to a non-empty
string, you're always going to get true.


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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.