[Bug 29501] [xp31] Colon is not in the list of non-terminal symbols

https://www.w3.org/Bugs/Public/show_bug.cgi?id=29501

Josh Spiegel <josh.spiegel@oracle.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |josh.spiegel@oracle.com

--- Comment #1 from Josh Spiegel <josh.spiegel@oracle.com> ---
I agree that a constraint should be added to require a separator when ":"
follows NCName. 

It seems ":" is already a delimiting symbol - it is identified in the list as
"(colon)".  

However, I don't see why it should require a separator if ":" follows a QName. 
If we don't do this, then MapConstructor-029 should still pass.  i.e.

   map{*:b:b}

Is equivalent to:

   map{(*:b) : b}

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Tuesday, 23 February 2016 16:44:58 UTC