I created small rss reader application using DocumentBuilder class. Everything works fine, but when Title and/or Description elements of specific feed contains char " , it cuts off all text after that char.
example: if original text is -> This is "text" then i get this -> This is " I have checked parser inside standard Java console application and in it, everything works fine with the text under quotation (e.g. "Example text"). What could be the problem? I put Title text inside a ListView and description text inside TextView and it somehow cuts off text after " !? Please help, this is almost impossible to debug... :( --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

