diff options
author | jkim <jkim@FreeBSD.org> | 2016-02-12 06:51:46 +0800 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2016-02-12 06:51:46 +0800 |
commit | f51540830f36774d5a442537dde6ce2a2a0585f0 (patch) | |
tree | 5d65fef091ecc35cc40db2e9dd8dd502ec89b5fe /textproc/Makefile | |
parent | d6a379d053c5d5c3d18cdfaeacd54c214f027eb7 (diff) | |
download | freebsd-ports-gnome-f51540830f36774d5a442537dde6ce2a2a0585f0.tar.gz freebsd-ports-gnome-f51540830f36774d5a442537dde6ce2a2a0585f0.tar.zst freebsd-ports-gnome-f51540830f36774d5a442537dde6ce2a2a0585f0.zip |
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
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 540dbc77536f..55d24b699f06 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1574,6 +1574,7 @@ SUBDIR += sxml SUBDIR += syck SUBDIR += ta-aspell + SUBDIR += tagsoup SUBDIR += tclExpat SUBDIR += tdhkit SUBDIR += te-aspell |