madhosh
Programmer
- Aug 10, 2001
- 14
Thanks for your help folks..
I need to know if there is any way to read data in a HTML file,into strings, by stripping the HTML tags.
example:
<p><a href=
I would like to extract
"
from above HTML code , stripping it of all HTML tags.
I need to know if there is any way to read data in a HTML file,into strings, by stripping the HTML tags.
example:
<p><a href=
I would like to extract
"
from above HTML code , stripping it of all HTML tags.