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

Need some theory help

David Carlisle davidc at nag.co.uk
Mon Sep 8 14:19:31 PDT 2008


  Need some theory help
> (b) What about "intersect": does it distribute or not?

I think not, for the same reason that except does not.

$a/descendant::*/child::b intersect $a/descendant::*/(child::c/child::b)

is

$a/descendant::*/(child::c/child::b)

but 

a/descendant::*/(child::b intersect child::c/child::b)

is empty, because

> (easily seen because child::c/child::b will not select any nodes that are
> selected by child::b).


> (a) How would you prove that "union" distributes through "/" and "except"
> does not? (Assuming my conjecture is correct, of course)

something along the lines of semantics of

E/F is Union{f(e) | e in E} where you think of F as a function from a single
item e in E to a node set so
E/F union E/G is Union{f(e) | e in E} union Union{g(e) | e in E}
wheras
E/(F union G) is Union{fug(e) | e in E}
where fug is the function from a node to a node set defined by
fug(e) = f(e) union g(e).

then some general mutterings about union distributing over union.

(this is using xpath 1 node set terminology, but xpath2 sequence +
implied removal of duplicates for path operators is supposed to model
set semantics here.

David

________________________________________________________________________
The Numerical Algorithms Group Ltd is a company registered in England
and Wales with company number 1249803. The registered office is:
Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.

This e-mail has been scanned for all viruses by Star. The service is
powered by MessageLabs. 
________________________________________________________________________


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.