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

Comma problem Re: ANSWERS to "What's wrong with XQuery" question

Michael Kay mike at saxonica.com
Thu Jul 29 12:11:45 PDT 2010


 Comma problem Re:  ANSWERS to "What's wrong with
	XQuery" question
> I think the problem is with lookahead on the grammar level:
>
> "<foo/>  <bar" vs "<foo/>  <bar/>" vs"<foo/>  <bar>  5"
>
> I.e. foo element lower than bar, foo element followed by bar element,
> foo element lower than bar greater than 5. This is not ambiguous, but
> probably requires infinite lookahead.
>
>    

It could be done with an extra-grammatical disambiguation rule not 
unlike many of the rules we already have: if the next thing after the 
">" at the end of a direct constructor is immediately followed by "<", 
treat the "<" as the start of another direct constructor unless it's 
immediately followed by (space, "<", or "="). That's an incompatibility: 
anyone writing (<foo/> <bar) would have to add a space; but we've 
tolerated incompatibilities to highly-implausible constructs in the 
past. No-one writes an element constructor in a context where the result 
has to be immediately atomized.

Michael Kay
Saxonica


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.