SteleFreak wrote: > 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.
It splits them over multiple text and entity nodes. Iterate over all the nodes and concatenate the results. -- Mark Murphy (a Commons Guy) http://commonsware.com Android App Developer Books: http://commonsware.com/books.html --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

