9

I want to find an xml parser that is extremely forgiving. Like Python's BeautifulSoup. Is there anything out there?

slashdottir
  • 7,835
  • 7
  • 55
  • 71

1 Answers1

18

Okay, I found Jsoup. A Java version of a permissive XML parser like BeautifulSoup.

http://jsoup.org/

I will try that and see how it goes.

thx

slashdottir
  • 7,835
  • 7
  • 55
  • 71