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=6925>.
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=6925

<xsl:comment> contents not escaped

[EMAIL PROTECTED] changed:

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



------- Additional Comments From [EMAIL PROTECTED]  2002-03-13 13:22 -------
Both Xalan and XSLTC output invalid comments with the sample.xsl

Running xalan on bug6925
<?xml version="1.0" encoding="UTF-8"?>
<!---- A - test --- comment --->


Running XSLTC with Xerces Parser on bug6925
<?xml version="1.0" encoding="UTF-8" ?>
<!---- A - test --- comment --->

Here's what saxon does

<?xml version="1.0" encoding="utf-8"?><!--- - A - test - - - comment - -->

Reply via email to