DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibtagsoup-java
BeschreibungSAX-compliant parser for real-life HTML
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (universe)
Version1.2-2
Sektionuniverse/libs
Prioritätoptional
Installierte Größe160 Byte
Hängt ab von
Empfohlene Pakete
PaketbetreuerUbuntu Developers
Quelletagsoup
Paketgröße104908 Byte
Prüfsumme MD55cd34371c629e007fb74a87b35944a45
Prüfsumme SHA164e3f5038ea56f1a52edc504a5ccbb8ab9325945
Prüfsumme SHA256ad9879cf2e90518985ab213618608f594e963198c0faf08bb466ef0d143c2f9b
Link zum Herunterladenlibtagsoup-java_1.2-2_all.deb
Ausführliche BeschreibungTagSoup, 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 is designed as a parser, not a whole application; it isn't intended to permanently clean up bad HTML, as HTML Tidy does, only to parse it on the fly. Therefore, it does not convert presentation HTML to CSS or anything similar. It does guarantee well-structured results: tags will wind up properly nested, default attributes will appear appropriately, and so on.


Impressum
Linux is a registered trademark of Linus Torvalds