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: poor, 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. TagSoup also includes a command-line processor that reads HTML files and can generate either ...
License | AFL 3.0GPL 2.0 |
---|---|
Categories | HTML Parsers |
Tags | htmlparserdom |
HomePage | http://ccil.org/~cowan/XML/tagsoup/ |
Date | Jun 11, 2007 |
Files | pom (1 KB) jar (57 KB) View All |
Repositories | CentralGeomajasSciJava Public |
Ranking | #2718 in MvnRepository (See Top Artifacts) #4 in HTML Parsers |
Used By | 185 artifacts |
Compile Dependencies (0)
Category/License | Group / Artifact | Version | Updates |
---|
Licenses
License | URL |
---|---|
Academic Free License ("AFL") v. 3.0 | http://www.opensource.org/licenses/afl-3.0.php |
GNU GPL version 2.0 | http://www.opensource.org/licenses/gpl-license.php |