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.
Asked
Active
Viewed 85 times
-2

Mark Zucchini
- 925
- 6
- 11
-
You could try out Jackson's XML extension: https://github.com/FasterXML/jackson-dataformat-xml – Danail Alexiev Jul 25 '15 at 23:05
-
@DanailAlexiev make this as an answer – Mark Zucchini Jul 25 '15 at 23:11
-
1Whats wrong with XmlPullParser? – user1282637 Jul 25 '15 at 23:15
-
@user1282637 it takes too much of code for common task – Mark Zucchini Jul 25 '15 at 23:16
1 Answers
0
You could try out Jackson's XML extension: github.com/FasterXML/jackson-dataformat-xml

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