[Bug 6795] New: ^ should not be allowed by XmlCharIncDash

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

           Summary: ^ should not be allowed by XmlCharIncDash
           Product: XPath / XQuery / XSLT
           Version: Recommendation
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Functions and Operators
        AssignedTo: mike@saxonica.com
        ReportedBy: eb2m-mrt@asahi-net.or.jp
         QAContact: public-qt-comments@w3.org


^ should not be allowed by XmlCharIncDash

Because it is now allowed, "[^a]" can be interpreted as a posCharGroup.

charClassExpr -> '[' charGroup ']' 
  ->  '[' posCharGroup ']' 
  ->  '[' charRange charRange ']' 
  ->  '[' XmlCharIncDash XmlCharIncDash ']' 
  ->  '[' '^' 'a' ']'


-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Thursday, 9 April 2009 07:16:45 UTC