- From: <bugzilla@jessica.w3.org>
- Date: Thu, 04 Sep 2014 16:01:15 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=26728
Bug ID: 26728
Summary: [XT30TS] error-1620a, error-1630a
Product: XPath / XQuery / XSLT
Version: Recommendation
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P2
Component: XSLT 3.0 Test Suite
Assignee: abel.online@xs4all.nl
Reporter: tim@cbcl.co.uk
QA Contact: public-qt-comments@w3.org
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>
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Thursday, 4 September 2014 16:01:17 UTC