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.

Лицензия

Лицензия

Группа

Группа

org.ccil.cowan.tagsoup
Идентификатор

Идентификатор

tagsoup
Последняя версия

Последняя версия

1.2.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

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.

Скачать tagsoup

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.ccil.cowan.tagsoup/tagsoup/ -->
<dependency>
    <groupId>org.ccil.cowan.tagsoup</groupId>
    <artifactId>tagsoup</artifactId>
    <version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.ccil.cowan.tagsoup/tagsoup/
implementation 'org.ccil.cowan.tagsoup:tagsoup:1.2.1'
// https://jarcasting.com/artifacts/org.ccil.cowan.tagsoup/tagsoup/
implementation ("org.ccil.cowan.tagsoup:tagsoup:1.2.1")
'org.ccil.cowan.tagsoup:tagsoup:jar:1.2.1'
<dependency org="org.ccil.cowan.tagsoup" name="tagsoup" rev="1.2.1">
  <artifact name="tagsoup" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ccil.cowan.tagsoup', module='tagsoup', version='1.2.1')
)
libraryDependencies += "org.ccil.cowan.tagsoup" % "tagsoup" % "1.2.1"
[org.ccil.cowan.tagsoup/tagsoup "1.2.1"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
1.2.1
1.2
1.1.3
1.0.1
0.9.7