- From: <bugzilla@jessica.w3.org>
- Date: Mon, 10 Jul 2017 15:27:56 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=30141
Bug ID: 30141
Summary: [xslt30] Schema for XSLT 3.0 describes
xsl:accept/@names and xsl:expose/@names incorrectly
Product: XPath / XQuery / XSLT
Version: Proposed Recommendation
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: XSLT 3.0
Assignee: mike@saxonica.com
Reporter: mike@saxonica.com
QA Contact: public-qt-comments@w3.org
Target Milestone: ---
Resolution of test case bug 30140 reveals that xsl:accept/@names and
xsl:expose/@names are described in schema-for-stylesheet-documents to have type
xsl:EQNames. This type does not allow wildcard tokens such as "*", "p"*", or
"*:local", which the normative prose clearly allows.
As far as I can see the bug is not present in the Relax NG version of the
schema, which uses the type "tokens" for these attributes.
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Monday, 10 July 2017 15:28:03 UTC