How can I cath a clear text from HTML file, or web site and save it in new file ???
Printable View
How can I cath a clear text from HTML file, or web site and save it in new file ???
One way would be to stop reading when you get to an "<" and start reading after the corresponding ">".
Using javax.swing.text.html.HTMLEditorKit, you can easily extract the text from the HTML file.