[Bug 5564] recursive definition of DerefExpr should be restored

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


kumarp@microsoft.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|cmsmcq@w3.org               |kumarp@microsoft.com
           Keywords|                            |hasProposal




------- Comment #1 from kumarp@microsoft.com  2008-03-13 02:34 -------
Proposal:
Restore the def. of DerefExpr as shown below:

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

Received on Thursday, 13 March 2008 02:34:54 UTC