I want to write a script that can parse HTML and determine what the image (and LINK) paths look like. This way I can tack on the domain if nessesary.
ie.
<img src="images/pic.gif">
<img src="/images/pic.gif">
<img src="graphics/pic.gif">
Change these too:
<img src="http://www.thedomain.com/graphics/pic.gif">
I don't really need to know how, but more along the lines of is this feasable, and what will the success rate be... Thanks!