- From: <bugzilla@jessica.w3.org>
- Date: Mon, 26 Oct 2015 16:03:12 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=29234 Abel Braaksma <abel.braaksma@xs4all.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |abel.braaksma@xs4all.nl --- Comment #1 from Abel Braaksma <abel.braaksma@xs4all.nl> --- That error is raised when declared-modes is implicitly or explicitly true. The default is true for xsl:package (it is set to false for the implicit package created with xsl:stylesheet/transform). From the error: <quote> ... or if it implicitly uses the unnamed mode and the unnamed mode is undeclared </quote> There is a source file, so the test is called with the default unnamed mode, which is not declared, so XTSE3085 must be raised. I therefore think this test is correct. -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Monday, 26 October 2015 16:03:15 UTC