Aug 24, 2001 #1 WhiteSox Programmer May 22, 2001 20 US What I want to do is very simple. For the following HTML file, I want to use javax.swing.text.html.parser to retrieve the text between <a> and </a>. Sample code please, even a piece does help. <html> <body> <a>test</a> </body> </html>
What I want to do is very simple. For the following HTML file, I want to use javax.swing.text.html.parser to retrieve the text between <a> and </a>. Sample code please, even a piece does help. <html> <body> <a>test</a> </body> </html>