Apostrophe problem with xalan 2.7.0 2006-08-29 - By Nirmal JS
Hi everyone,
While using xalan 2.1.0 and xerces 1.4.3 jars, the out file will have the â'â in place of â â â Literal in input file. When we use the latest version of xalan 2.7.0 and xerces 2.8.0, it will result the same â â â literal in out file,
The classes and methods that we suspected regarding this conversion are
OutputFormat format = new OutputFormat ("xml", encoding, indentResult);
format.setOmitXMLDeclaration (true);
serializer = new XMLSerializer (outputStream, format);
We need â'â in output file, can anyone help me in this regard.
Thanks and Regards Nirmal JS joesnirmal@(protected)
|
|