This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
These tests expect XTRE1620 and XTRE1630 respectively, but the stylesheets do not use xsl:text or xsl:value-of. Am I missing something? <?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="3.0"><!--It is a recoverable dynamic error if an xsl:value-of or xsl:text instruction specifies that output escaping is to be disabled when writing to a final result tree that is not being serialized. The optional recovery action is to ignore the disable-output-escaping attribute. --> <xsl:template name="main"> <out> <x/> </out> </xsl:template> </xsl:stylesheet>
(The skeletons of these tests were auto-generated and there may be a few that haven't yet been populated, especially in the case of tests marked as 2.0-only, or other tests that Saxon can't run for one reason or another). I've fixed error-1620a. error-1630a is awaiting a new attribute in the test suite, appearing soon, that says whether the test results should be serialized or not. I'll leave the bug open until we get that in place.
This was fixed as a result of working on this to split it up into two tests for 2.0 and 3.0 (error has disappeared) and to allow for recovery, see Bug 23896. Closing this as solved, the serialize option was introduced and serialize is now off.
Was resolved > 30 days ago, closing.