a SAX-compliant parser written in Java http://home.ccil.org/~cowan/XML/tagsoup/
Go to file
2024-01-06 00:14:37 +01:00
java-tagsoup.spec rebuilt with java-gcj-compat support [release 1.1.3-3mamba;Thu Mar 24 2011] 2024-01-06 00:14:37 +01:00
README.md rebuilt with java-gcj-compat support [release 1.1.3-3mamba;Thu Mar 24 2011] 2024-01-06 00:14:37 +01:00

java-tagsoup

TagSoup is a SAX-compliant parser written in Java that, instead of parsing well-formed or valid XML, parses HTML as it is found in the wild: nasty and brutish, though quite often far from short. TagSoup is designed for people who have to process this stuff using some semblance of a rational application design. By providing a SAX interface, it allows standard XML tools to be applied to even the worst HTML.