|
[XQuery Talk Mailing List Archive Home] [By Date] [By Thread] [By Subject] [By Author] [Recent Entries] [Reply To This Message] XQuery and id()/idref(); Controlling the children of nodes in the result sequenceAndrew Welch andrew.j.welch at gmail.comThu Apr 24 10:07:25 PDT 2008
On 23/04/2008, Michael Kay <http://x-query.com/mailman/listinfo/talk> wrote: > $e[not(ancestor::* intersect $e)] > > or you could do a recursive function which stops searching any deeper when > it finds a match: if you rewrote not(ancestor::* intersect $e) to be not(some $x in ancestor::* satisfies $x is $e) ...would that potentially stop searching when it found a match? Or would that generate the same code as the top version? thanks -- Andrew Welch http://andrewjwelch.com Kernow: http://kernowforsaxon.sf.net/
|
Purchase Stylus Studio Online Today!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|






