[Bug 29763] [XSLT30] overriding xsl:param with xsl:variable or vice versa should be disallowed

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

--- Comment #7 from Michael Kay <mike@saxonica.com> ---
The rules turned out to be a bit more complex than envisaged. The main change
is to specify that xsl:accept and xsl:expose never match an xsl:param
declaration, which means that (a) if an explicit name is used and the
declaration is an xsl:param, then it's a static error, (b) if a wildcard is
used, it doesn't apply to xsl:param declarations.

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

Received on Monday, 30 January 2017 15:52:33 UTC