- From: <bugzilla@jessica.w3.org>
- Date: Fri, 23 May 2014 15:16:48 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=25874
--- Comment #2 from Tim Mills <tim@cbcl.co.uk> ---
I think you may have misunderstood me.
<xsl:template match="doc">
<xsl:param name="x" required="yes"/>
<xsl:value-of select="2"/>
</xsl:template>
does not reference $x. Therefore $x need never be evaluated. Therefore I can
determine that this template either raises an error (XTDE0700), or returns 2.
I am therefore permitted to avoid raising the dynamic error.
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Friday, 23 May 2014 15:16:50 UTC