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

Node sorting of node from different documents in paths

John Snelson john.snelson at oracle.com
Tue Feb 26 14:56:52 PST 2008


  Node sorting of node from different documents in
	paths
Hi Frans,

That's my understanding of the specification as well.

John

Frans Englich wrote:
> Everyone,
> 
> What should this query evaluate to?
> 
> 	declare function local:function($arg)
> 	{
> 		<e>{$arg}</e>
> 	};
> 	(<a>1</a>, <a>2</a>)/local:function(string(.))
> 
> My conclusion is that it can either evaluate to:
> 
> 	<e>2</e><e>1</e>
> 
> or
> 
> 	<e>1</e><e>2</e>
> 
> because the node sorting done at the end is working on temporary/separate tree 
> fragments(the ones returned from the function) and therefore the order is 
> implementation dependent(but stable).
> 
> That's how I read the spec, but on the other hand I find it counter intuitive 
> for the user, so maybe I've missed something?
> 
> 
> Cheers,
> 
> 		Frans
> _______________________________________________
> http://x-query.com/mailman/listinfo/talk
> http://x-query.com/mailman/listinfo/talk


-- 
John Snelson, Oracle Corporation            http://snelson.org.uk/john
Berkeley DB XML:        http://www.oracle.com/database/berkeley-db/xml
XQilla:                                  http://xqilla.sourceforge.net


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