0

I have an HTML on my server. When I try to parse this document with a DOM or PullParser, the parsing is very slow because I am parsing the HTML style too, mot only the data.

Do you know if there is something to do on Android and parse only the data and not the HTML style.

Thank you.

Milos Cuculovic
  • 19,631
  • 51
  • 159
  • 265

1 Answers1

1

Give a try to XMLPullParser Reference

Sadeshkumar Periyasamy
  • 4,848
  • 1
  • 26
  • 31