[Bug 5217] XQTSResults.xsl : allow inline HTML mark-up

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