Hi All, I am using apache.xerces.parsers.DOMParser to parse xml documents. I noticed when it is parsing any element content, it will ignore or throw away the newline character. Can anyone tell me why it is doing that and how do I make it not to ignore the character??
Thanks Patrick