Hello
I'm looking for a url parsing.
I have a webpage. I can read the content but I'd like to
retrieve all urls.
1. <a href="a_link#a_spefific_anchor" ......>this is a test</a>
the result:
- the link
- the anchor
- the text
2. <a href="a_link#a_spefific_anchor" ......><img src="mypicture" ........... /></a>
the result:
- the link
- the anchor
- the picture link
Any ideas ??
Many thanks
I'm looking for a url parsing.
I have a webpage. I can read the content but I'd like to
retrieve all urls.
1. <a href="a_link#a_spefific_anchor" ......>this is a test</a>
the result:
- the link
- the anchor
- the text
2. <a href="a_link#a_spefific_anchor" ......><img src="mypicture" ........... /></a>
the result:
- the link
- the anchor
- the picture link
Any ideas ??
Many thanks