Hello,

I'm currently developing application which uses Xalan XSLT processor. I
found that serializations in my character set (iso-8859-2) does not work
properly. After some testing, I found that problem is in
org.apache.xalan.serialize.Encodings class. This class uses
java.util.Properites class to read EncodingInfo values from
Encodings.properites resource. It uses as key mime-name of encoding,
unfortunately one mime-name has many java-names, but in Properties class
only the last one is active.
I decided to fix it, so there is patch  for Encodings.java (rev. 1.11) and
this file itself. It uses stream to read values from property file, and
java.util.Vector to store it.

Best regards
Jarek Lewandowski
[EMAIL PROTECTED]


Attachment: Encodings.java-rev1.11-patch
Description: Binary data

Attachment: Encodings.java
Description: Binary data

Reply via email to