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

Position operator

Philippe Michiels philippe.michiels at gmail.com
Mon Jan 23 09:36:11 PST 2006


position operator
That's because the semantics of doc("book.xml")//title[1] corresponds with

doc("book.xml")/descendant-or-self::node()/child::title[1]

So you're asking for the first title-child of all descendant-or-self nodes of 
the root.

However, (doc("book.xml")/descendant-or-self::node()/child::title)[1], first 
evaluates the expression between parenthesis and then takes only the first 
element of the result sequence.

-Ph


On Monday 23 January 2006 09:22, Ronald Bourret wrote:
> I'm missing something obvious here.
>
> Suppose book.xml contains multiple title elements. Why does:
>
>     doc("book.xml")//title[1]
>
> return a sequence of all title elements and:
>
>     (doc("book.xml")//title)[1]
>
> return the first title element? I would have thought both queries would
> return the first title element.
>
> Thanks,
>
> -- Ron
>
> _______________________________________________
> http://xquery.com/mailman/listinfo/talk
> http://xquery.com/mailman/listinfo/talk


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-2011 All Rights Reserved.