Registry / utility / tagsoup

tagsoup

JSON →
library1.2.1javamavenunverified

TagSoup is a SAX-compliant parser that parses HTML as found in the wild, allowing standard XML tools to process even malformed HTML.

<dependency> <groupId>org.ccil.cowan.tagsoup</groupId> <artifactId>tagsoup</artifactId> <version>1.2.1</version> </dependency>
INSTALL
IMPORT
SIG · TAGSOUP
T
tagsoup
utilityjavav1.2.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Parser
org.ccil.cowan.tagsoup.Parser

Parses HTML from a URL using TagSoup's SAX parser.

import org.ccil.cowan.tagsoup.Parser; import org.xml.sax.InputSource; import org.xml.sax.helpers.DefaultHandler; public class TagSoupExample { public static void main(String[] args) throws Exception { Parser parser = new Parser(); parser.setContentHandler(new DefaultHandler()); parser.parse(new InputSource("http://example.com")); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
tagsoup — mvn dependency:get tagsoup · libregistry