You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2002/04/02 16:34:11 UTC

DO NOT REPLY [Bug 7094] - Templates matching comment() are ignored by XSLTC

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

tom.amiro@sun.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|Other                       |Medium



------- Additional Comments From tom.amiro@sun.com  2002-04-02 14:34 -------
I looked at the attached stylesheet and saw something that looks wrong

      <xsl:apply-templates select="text() | @* | * | comment |
processing-instruction()"/>

Wonder if having "comment" vs "comment()" is causing a problem?