- From: <bugzilla@jessica.w3.org>
- Date: Wed, 15 Oct 2014 21:44:45 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=27066 Bug ID: 27066 Summary: [XT30] Test Include0101 expects incorrect import order Product: XPath / XQuery / XSLT Version: Last Call drafts Hardware: PC OS: Windows NT Status: NEW Severity: normal Priority: P2 Component: XSLT 3.0 Test Suite Assignee: abel.online@xs4all.nl Reporter: abel.braaksma@xs4all.nl QA Contact: public-qt-comments@w3.org In test include-0101, the file include-0101.xsl contains an xsl:import and then an xsl:include. The xsl:import imports a file with <xsl:output method="xml" /> and the xsl:include includes a file with <xsl:output method="html" />. Since the included file has higher import precedence (it sits at the highest stylesheet module level), the output method to be expected is "html". Currently, the expected output is: <body changed="8 Feb 2002" var="E">Text of one-tagText of two-tag<br/></body> This is either XML or XHTML output, but not HTML output (which should have "<br>" instead). -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Wednesday, 15 October 2014 21:44:47 UTC