[Bug 29866] [XSLT30] EQName type in XSD for XSLT 3.0 is too lenient

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

--- Comment #1 from Abel Braaksma <abel.braaksma@xs4all.nl> ---
As an aside, an EQName of the form "Q{x{}" is illegal too (according to XPath),
but valid according to this type. This can be enforced by changing this further
to:

<xs:pattern value="Q\{[^{}]*\}[\i-[:]][\c-[:]]*"/>

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

Received on Friday, 23 September 2016 13:22:55 UTC