Hi all,
I need a way to find only rendered IMG tags in a HTML snippet. So, I can't just regex the HTML snippet to find all IMG tags because I'd also get IMG tags that are shown as text in the HTML (not rendered).
I'm using Python on AppEngine.
Any ideas?
Thanks, Ivan