-2

Can anyone advise me a suitable (and fast) ways to parse XML (especially RSS) file in Android? Please don't advise XmlPullParser because it's completelly unacceptable. It could blow up minds.

Mark Zucchini
  • 925
  • 6
  • 11

1 Answers1

0

You could try out Jackson's XML extension: github.com/FasterXML/jackson-dataformat-xml

Danail Alexiev
  • 7,624
  • 3
  • 20
  • 28