0

how to parse HTML tag using XML parsing

I am parsing XML file but from XML file i also want to parse HTML that contain

<desc> <img>

and similar tags... thanks in advance :):)

st0le
  • 33,375
  • 8
  • 89
  • 89
Android
  • 8,995
  • 9
  • 67
  • 108
  • Maybe duplicate with [Parse HTML in Android](http://stackoverflow.com/questions/2188049/parse-html-in-android) – Jett Hsieh Mar 24 '11 at 09:24

1 Answers1

0

i got the solution i've used .. etc tag ]]> and it works fine for me

Android
  • 8,995
  • 9
  • 67
  • 108
  • i got the solution i've used <![CDATA[ content that may contain .. etc tag ]]> and it works fine for me – Android May 05 '11 at 08:01