Subject: | Make iframe parsing configurable |
Since the latest versions of HMTL::Parser do not parse the content of
iframes, some of my applications using HTML::SimpleLinkExtor have
broken. The text between the iframe tags is what the browser displays
and is usually more HTML, and I need to be able to extract any links in
that text.
I'd like to at least be able to turn on parsing for iframes, even if it
is off by default.