[Bug 4685] Prefix should be allowed in front of deref() in identity constraint xpaths

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


kumarp@microsoft.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED




------- Comment #2 from kumarp@microsoft.com  2007-07-25 07:24 -------
changed the BNF to:

Selector ::= Path ( '|' Path)*
Path ::= ('.//')? Step ( '/' Step)* | DerefExpr
DerefExpr ::= (NCName ':')? 'deref(' Step (/Step)* ')'  ('/'Step)* |
              (NCName ':')? 'deref(' DerefExpr ')' (/Step)*
Step::= '.' | NameTest
NameTest ::= QName |'*' | NCName ':' '*'

Received on Wednesday, 25 July 2007 07:24:24 UTC