views:

20

answers:

0

i have been using and adapting an open source xml parser called MWFeedParser found here: http://github.com/mwaterfall/MWFeedParser

the problem i am having is that it does not load images or hold the original html formatting. As in, no bold, no italics, no links, not even paragraph line breaks.

Does anyone think they could help me get the images and html formatting working?

note: I have changed the code to open a regular scrollview instead of a table detail view so even if the table couldnt load pictures like that a scroll view should if the xml parser allows it. so, anyone?