I want to find an xml parser that is extremely forgiving. Like Python's BeautifulSoup. Is there anything out there?
Asked
Active
Viewed 4,211 times
9
-
What, only -10 points? You can whack me harder than that can't you? – slashdottir Oct 31 '12 at 19:43
-
8While this isn't exactly a detailed question, it seems reasonable enough to me, and is being jumped on unreasonably. – Craig Ringer Nov 01 '12 at 02:40
1 Answers
18
Okay, I found Jsoup. A Java version of a permissive XML parser like BeautifulSoup.
I will try that and see how it goes.
thx

slashdottir
- 7,835
- 7
- 55
- 71