[XQuery Talk Mailing List Archive Home] [By Date] [By Thread] [By Subject] [By Author] [Recent Entries] [Reply To This Message]

incomplete results

Michael Kay mhk at mhk.me.uk
Wed Dec 1 16:16:58 PST 2004


incomplete results
> I was expecting an error if I tried to
> return an attribute that wasn't there.

A path expression such as @a returns the empty sequence if the context node
has no @a attribute.

This obviously makes sense with elements: ./author returns a sequence of 2
nodes if there are two authors, one node if there is one author, zero nodes
if there are no authors. Attributes are just handled the same way. If this
weren't the case you wouldn't be able to do if(@a) to test if the attribute
exists - this is simply a test for whether the sequence returned by @a is
empty or not.

Michael Kay
http://www.saxonica.com/




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.