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,007
  • 8
  • 86
  • 89
Android
  • 8,757
  • 9
  • 65
  • 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,757
  • 9
  • 65
  • 108