- From: <bugzilla@jessica.w3.org>
- Date: Fri, 23 May 2014 11:56:10 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=25874
Bug ID: 25874
Summary: [XT30TS] error-code-268
Product: XPath / XQuery / XSLT
Version: 2nd Edition Recommendation
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P2
Component: XSLT 3.0 Test Suite
Assignee: abel.online@xs4all.nl
Reporter: tim@cbcl.co.uk
QA Contact: public-qt-comments@w3.org
This test uses a template wit a required parameter, whose value is not
referenced. Is it mandatory to raise an error in this case?
<xsl:template match="doc">
<xsl:param name="x" required="yes"/>
<xsl:value-of select="2"/>
</xsl:template>
[ERR XTDE0700] In other cases, it is a non-recoverable dynamic error if the
template that is invoked declares a template parameter with required="yes" and
no value for this parameter is supplied by the calling instruction.
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Friday, 23 May 2014 11:56:12 UTC