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

changed multi-byte"-" to entity"&minus;" strange

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From [EMAIL PROTECTED]  2003-06-09 06:54 -------
When the output method is HTML, Xalan-C generates a character entity reference 
when such a reference is defined by the HTML recommendation.  This behavior is 
not strange -- it's specified in the XSLT and HTML recommendations:

http://www.w3.org/TR/xslt#section-HTML-Output-Method
http://www.w3.org/TR/REC-html40/sgml/entities.html#h-24.3

Thus, Xalan-C will serialize U+2212 (Minus sign) as the HTML entity &minus;

Reply via email to