I have been trying to run Xerces and Xalan in a non-Sun VM (kaffe) and most things seem to work, but there is a dependency of a Sun internal class sun.io.CharToByteConverter in org/apache/xml/serialize/EncodingInfo.java .
Kaffe has similar class called kaffe.io.CharToByteConverter, but it does not have the isPrintable() method used by EncodingInfo.
Any ideas on how remove this dependency?
Regards, Mikko Honkala, X-Smiles.org
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
