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 [EMAIL PROTECTED]