Jar examples for t: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: 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.
You can download jar file tagsoup 1.2 in this page.
Academic Free License ("AFL") v. 3.0
You can use the following script to add tagsoup-1.2.jar to your project.
<dependency> <groupId>com.sun.phobos</groupId> <artifactId>tagsoup</artifactId> <version>1.2</version> </dependency>
compile group: 'com.sun.phobos', name: 'tagsoup', version: '1.2'
libraryDependencies += "com.sun.phobos" % "tagsoup" % "1.2"
<dependency org="com.sun.phobos" name="tagsoup" rev="1.2"/>
@Grapes(@Grab(group='com.sun.phobos', module='tagsoup', version='1.2'))
'com.sun.phobos:tagsoup:jar:1.2'
Click the following link to download the jar file.
tagsoup-1.2.jar