[Bug 29996] New: RelaxNG EQName definition too loose.

https://www.w3.org/Bugs/Public/show_bug.cgi?id=29996

            Bug ID: 29996
           Summary: RelaxNG EQName definition too loose.
           Product: XPath / XQuery / XSLT
           Version: Member-only Editors Drafts
          Hardware: PC
                OS: All
            Status: NEW
          Severity: minor
          Priority: P2
         Component: XSLT 3.0
          Assignee: mike@saxonica.com
          Reporter: charles@cfoster.net
        QA Contact: public-qt-comments@w3.org
  Target Milestone: ---

The RelaxNG Schema definition for an EQName is as follows:

eqname.datatype = xsd:QName | xsd:token { pattern = "Q\{[^{}]*\}\i\c*|\i\c*:.+"
}

This type allows values such as "a:b:c", which would be invalid EQNames.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Thursday, 10 November 2016 15:39:15 UTC