I am reading an XML and creating DOMTree using Xerces. Unfortunately characters like '\n' are also read from the file.
What to do in order to avoid those characters in the DOMTree ? Or how to avoid them when manipulating DOMTree,and then sending it to Xalan2 transformer ? Thanks.