- From: james anderson <james.anderson@setf.de>
- Date: Sun, 29 Apr 2001 19:00:56 +0200
- To: www-xml-query-comments@w3.org
the example
sort b in review0/book by b/title
==> book [ title [ "Data on the Web" ],
review [ "This is great!" ] ],
book [ title [ "XML Query" ],
review [ "This is pretty good too!" ] ]
: book [ title [ String ], review [ String ] ] ] {0, *}
would appear to be missing a concluding data() operator, as in
sort b in review0/book by b/title/data()
?
wouldn't the given example sort based on global order instead?
Received on Sunday, 29 April 2001 12:57:49 UTC