import org.ccil.mercury.TagSoup
... how is it run as a class from another Java class? [thufir@arrakis tagSoup]$ [thufir@arrakis tagSoup]$ date Sat Aug 13 22:15:59 IST 2005 [thufir@arrakis tagSoup]$ pwd /home/thufir/Desktop/tagSoup [thufir@arrakis tagSoup]$ ll total 12 -rw-rw-r-- 1 thufir thufir 7662 Aug 13 22:08 google ... ...
http://www.javakb.com/Uwe/Forum.aspx/java-setup/6465
XML Parser VS HTML Parser
... in my experience. If that doesn't suit, you might like to try tagsoup (which also works well): http://mercury.ccil.org/~cowan/XML/tagsoup/ If you find them too heavy weight, regex might be what you are after. Cheers ...
http://www.javakb.com/Uwe/Forum.aspx/java-programmer/12383
HTML Parser Help Please
... got, and how they differ. Clear enough to do what? John K TagSoup [ http://mercury.ccil.org/~cowan/XML/tagsoup
http://www.javakb.com/Uwe/Forum.aspx/java-programmer/12322
Optimizing HTML links parser
... Another alternative to HTMLParser which you mention in another email, is TagSoup. TagSoup is an HTML parser that generates SAX events based on what it reads. It might ... don't even ship with the proper source files (HTMLSchema in tagsoup ...
http://www.javakb.com/Uwe/Forum.aspx/java-programmer/21764
Parsing html
... Parsing html stixwix What are peoples' favourite way of doing this? I tried Tagsoup but have little experience of XML and can't find any ...
http://www.javakb.com/Uwe/Forum.aspx/java-programmer/25310
Any available web-based HTML parser and editor ?
... question. steph Le 21/10/2004 04:59, Tung Chau a écrit : TAGSOUP is an open-source api that can produice valid xhtml from dirty html. The ...
http://www.javakb.com/Uwe/Forum.aspx/java-setup/3730
Regex challenge
... regex for this kind of stuff. I'd use something like TagSoup to turn the HTML into something approximating a well ...
http://www.javakb.com/Uwe/Forum.aspx/java-programmer/43264
java webstart problem
... 12.jar " download="eager" main="false"/> <jar href=" http://dawes.za.net/rogan/webscarab/lib/tagsoup-1.0rc2.jar " download="eager" main="false"/> <jar href=" http://dawes.za.net/rogan/webscarab ...
http://www.javakb.com/Uwe/Forum.aspx/java-gui/7396