diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2016-02-11 22:51:46 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2016-02-11 22:51:46 +0000 |
commit | 1d706a0bfbfe44390b8f7659a4476802876d3911 (patch) | |
tree | 5d65fef091ecc35cc40db2e9dd8dd502ec89b5fe /java | |
parent | Modernize pkg-plist. (diff) |
TagSoup - Just Keep On Truckin'
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
clean HTML or well-formed XML that is a close approximation to XHTML.
WWW: http://home.ccil.org/~cowan/tagsoup
Notes
Notes:
svn path=/head/; revision=408700
Diffstat (limited to 'java')
0 files changed, 0 insertions, 0 deletions