android - rss parsing using dom, html format tags -
i have parse rss feed , display same in android. using dom parser. able parse tag except tag has html formatting tags. example
<description> <p><span style="font-family: arial, geneva, sans-serif; font-size: 11px;"> <p style="font-family: arial, helvetica, sans-serif; max-width: 600px; margin-top: 8px; margin-right: 0px; margin-bottom: 8px; margi <strong>will kids love rock of ages as will?</strong> we think have great time, should know age of 14.</span></p> </description>
could 1 please guide me how unformatted text content tag . also, changing rss feed not option...
thanks
you won't able use dom parser, , shouldn't either. use saxparser
class instead, check out answer here linked tutorial.
Comments
Post a Comment