JTidy and TagSoup documentation

I am looking for documentation (official documentation, if possible) for the TagSoup and jTidy libraries.

I want to use these libraries to manipulate html "tagoup" files that contain xml tags with different namespaces mixed between html tags (html, xhtml or html5).

I tested HTMLCleaner, NekoHTML and Jericho, but I did not find the documentation for jTidy and TagSoup, except for the simplest examples, to clear the file.

I need documentation on how to manipulate content, replace tags, retrieve information, etc.

thank

Note: After checking all the parameters, I used StAX / Woodstox :

+5
source share
1 answer

An answer to a similar question in the google friends group of tagoup friends can help:

Documentation for TagSoup

You probably already saw them, but javadoc for JTidy is available here: http://jtidy.sourceforge.net/apidocs/index.html

+2
source

All Articles