haysclark / as3-xpath

1 stars 0 forks source link

*:* should be a syntax error #20

Open haysclark opened 10 years ago

haysclark commented 10 years ago

From peterj...@gmail.com on April 14, 2009 00:12:32

: currently is implemented as "match any namespace, any local name". This is actually covered by * on its own, and : is not compliant with the grammar.

Original issue: http://code.google.com/p/xpath-as3/issues/detail?id=20

haysclark commented 10 years ago

From peterj...@gmail.com on April 14, 2009 01:25:42

To clarify. According to the grammar, NameTest can be NCName:NCName or NCName: The prefix can never be .