Yep, if you're expecting "whitespace" characters to make it through XML encode/decode, don't. In general they're ignored (except perhaps for CDATA), so if you want them preserved you should use some sort of substitution code.
On Nov 22, 9:57 pm, Android Humanoid <[email protected]> wrote: > Hi All, > > I'm using a SAX Parser where it is not recognizing \n \r symbols that > am getting from it, but when I save the file instead of parsing > through a parser they are seen in the file. My xml file is of utf-8 > format. > > Please cay anyone help me. > > Thanks & Regards. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

