DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7094>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7094

Templates matching comment() are ignored by XSLTC

           Summary: Templates matching comment() are ignored by XSLTC
           Product: XalanJ2
           Version: CurrentCVS
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Xalan-Xsltc
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


I have a template like this one, and I'm not using
any mode. The following code is never called...

  <xsl:template match="processing-instruction()|comment()">
    <xsl:comment>
      <xsl:value-of select="."/>
    </xsl:comment>
   <xsl:message>I was in a comment</xsl:message>
  </xsl:template>

Bruno Verachten

Reply via email to