tagsoup 1.2-2ubuntu1 source package in Ubuntu

Changelog

tagsoup (1.2-2ubuntu1) natty; urgency=low

  * Build-depend on ant1.7 instead of ant.
 -- Matthias Klose <email address hidden>   Sat, 09 Apr 2011 23:04:22 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Natty
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
libs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Natty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
tagsoup_1.2.orig.tar.gz 81.1 KiB 610d63078ceab8a365ba899227e5beaffd03dcf1a5f65e7405c96ec285b1c1fe
tagsoup_1.2-2ubuntu1.diff.gz 3.0 KiB 9c7e23f7805d555986370bb41bcc12b63a293a47d22459cab6b1313734daa0cf
tagsoup_1.2-2ubuntu1.dsc 1.3 KiB 9ca18a681489993a2c1836617a7b46847a44f4d9c3e156d35efcf587bab5f191

Available diffs

View changes file

Binary packages built by this source

libtagsoup-java: SAX-compliant parser for real-life HTML

 TagSoup, 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.

libtagsoup-java-doc: API Documentation for TagSoup

 Documentation for TagSoup, 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.