No. The problem occurs only in android app, while storage mechanism
and parser work perfectly in console app! I don't know what could be
the problem...I store each item element (rss2.0) - title, description
and link in a simple pojo class and then I take each of those pojo
objects and store their titles in listview and descriptions in
textviews. ... And there happens the problem with quotation
marks...very very strange...

On Mar 22, 11:28 pm, Mark Murphy <[email protected]> wrote:
> 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to