[Bug 4176] [UPD] Syntax "do rename ... as ..." problematic with tokenization

http://www.w3.org/Bugs/Public/show_bug.cgi?id=4176





------- Comment #4 from martin@x-hive.com  2007-01-12 22:48 -------
If I remember this correctly the syntax used to be "do rename ... to ...", but
the problem is that "to" conflicts with the syntax for integer list
construction:

do rename 1 to 10 to xs:QName("foo")

(I think it's then non-LL(1)).

Received on Friday, 12 January 2007 22:48:58 UTC