I want to parse a HTML file in Java which has JavaScript also in it. I want to fetch the data of Java Script tag also. The tag is SCRIPT. Please help with suggestions / solutions.
I have tried using Java HTMLEditorKit API but it does not work for SCRIPT tag/
Regards,
Sagar
I have tried using Java HTMLEditorKit API but it does not work for SCRIPT tag/
Regards,
Sagar
Comment