[Htmlparser-user] StringExtractor from String
Brought to you by:
derrickoswald
|
From: Tiago F. <tia...@gm...> - 2006-05-16 20:21:30
|
Hi all!
I have a html document in a string, i want to strip html tags and so on...
But, the StringExtractor only accept files and links.
var "origem" is a string with a html document:
try {
StringExtractor temp =3D new StringExtractor(origem);
origem =3D temp.extractStrings(false);
} catch (org.htmlparser.util.ParserException e) {
new Log("ParserException ("+e.getMessage()+")");
origem =3D e.getMessage();
}
Any idea?
Tks!
[]s
FlycKER
|