[Bug 5527] Why is NCName optional?

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


kumarp@microsoft.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
           Keywords|decided, editorial          |resolved
         Resolution|                            |FIXED




------- Comment #3 from kumarp@microsoft.com  2008-04-16 06:47 -------
Definition of DerefExpr changed to make NCName mandatory as shown below:

from:
DerefExpr ::= (NCName ':')? 'deref(' Step ('/'Step)* ')' ('/'Step)* |
              (NCName ':')? 'deref(' DerefExpr ')' ('/'Step)*

to:
DerefExpr ::= NCName ':' 'deref(' Step ('/'Step)* ')' ('/'Step)* |
              NCName ':' 'deref(' DerefExpr ')' ('/'Step)*

Received on Wednesday, 16 April 2008 06:48:19 UTC