- From: <bugzilla@wiggum.w3.org>
- Date: Sun, 21 Oct 2007 13:52:11 +0000
- To: public-qt-comments@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=5217
Summary: XQTSResults.xsl : allow inline HTML mark-up
Product: XML Query Test Suite
Version: 1.0.2
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: XML Query Test Suite
AssignedTo: andrew.eisenberg@us.ibm.com
ReportedBy: pierrick.brihaye@culture.gouv.fr
QAContact: public-qt-comments@w3.org
Currently, the stylesheet has th following template :
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<!-- xqtsr:p
-->
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-->
<xsl:template match='xqtsr:p'>
<p><xsl:value-of select='./text()'/></p>
</xsl:template>
Could it be possible to copy the node's content in order to allow inlined
(HTML) markup ?
Received on Sunday, 21 October 2007 13:52:21 UTC