remove img tag

hello,

is there a way to get rid of the img src tag and leave out only the img URL in the final output?

example:

<img src="http://blog.org/smiley.gif" alt="Smiley face" height="42" width="42"> 

finale output:

http://blog.org/smiley.gif

Hi Nris, that’s not possible I’m afraid. You can strip the image element out entirely, but preserving the URL on its own is not possible.