[Bug 30141] [xslt30] Schema for XSLT 3.0 describes xsl:accept/@names and xsl:expose/@names incorrectly

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

--- Comment #4 from Michael Kay <mike@saxonica.com> ---
The schema includes an assertion for xsl:function elements:

<xs:assert test="every $e in xsl:param satisfies empty($e/(@required |
@_required))">
            <xs:annotation>
              <xs:documentation>
                <p>A parameter for a function must have no
<code>required</code> attribute.</p>
              </xs:documentation>
            </xs:annotation>
          </xs:assert>

This disagrees with ยง9.2 which states that the attribute @required is permitted
provided it has the value yes|true|1.

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

Received on Monday, 10 July 2017 16:06:48 UTC