Hi All, I am trying to parse XML file using pull parser.Here is the file
<?xml version ="1.0" encoding="UTF-8"?><phrase><id>0</id><autreco>false</autreco><value>hlooनितेश</value></phrase><phrase><id>1</id><autreco>true</autreco><value>बस</value></phrase><phrase><id>2</id><autreco>false</autreco><value>भारतीय</value></phrase><phrase><id>3</id><autreco>true</autreco><value>सिखाना</value></phrase> but when I parse it it provides some weired output. Any kind of help would be highly appreciated. Thanks, Sourabh -- 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

