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

full axis pragmas?

David Carlisle davidc at nag.co.uk
Fri Dec 23 01:53:49 PST 2005


inurl 000990.html

> The problem is of course that because the feature is optional, users who
> want to write portable code are obliged to use workarounds which are likely
> to be inefficient on *all* implementations.

any takers for

(#exquery:following * #) {
(let $here := . return
   root()/descendant::*[. >> $here] except descendant::*)
}


(#exquery:following-sibling foo #) {
(let $here := . return
   ../foo[. >> $here])
}

etc.

or even

(#exquery:following-sibling foo #) {
error("ask your xquery implementor to do the decent thing")
}

seriously http://monet.nag.co.uk/xq2xml/index.html#s6 rewrites queries
to avoid optional axes, would it be worth wrapping the expanded
expressions as extension expression fallbacks so they could be
implemented as axes again on systems that want to play alomg by
supporting some as-yet-to-be-specified common xquery extension
namespace?



David


________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________


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.