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





------- Additional Comments From [EMAIL PROTECTED]  2003-06-10 00:44 -------
I tried the following source document and stylesheet, which produce the correct 
output.  Please verify you are using an editor which can display binary data to 
verify the character.

<?xml version="1.0"?> 
<doc>&#x2212;</doc>

<?xml version="1.0"?> 
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; version="1.0">

<xsl:output method="xml" encoding="UTF-16"/>

<xsl:template match="doc">
  <out><xsl:value-of select="."/></out>
</xsl:template>
 
</xsl:stylesheet>

Reply via email to