Hello, developers Problem: HTML formatter writes numbered entity references instead of characters in output encoding (specified in "xsl:output" tag), despite the fact that output encoding supports these characters.
Formatter writes numbered entity reference for the character if the character is greater than the maximum character for the encoding (m_maxCharacter), which is always 0x7F for non-standard encodings (XalanTranscodingServices::getMaximumCharacterValue). This makes HTML documents incredibly large when custom encoding, added with XMLTransService::addEncoding() is used. Produced documents contain numbered entity reference for every locale-specific character, because they all have codes >0x007Fu. If this is a bug, can somebody register it? I couldn't do this through JIRA web interface. Thanks --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
