You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
On Fri May 15 02:15:45 2009, BDFOY wrote:
> 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.
Browsers that support iframes are supposed to ignore everything inside the iframe. They are
supposed to render the HTML found at the 'src' location.
> I'd like to at least be able to turn on parsing for iframes, even if it
> is off by default.
I see the point if you need to emulate the behaviour of very old browsers.
A workaround is to invoke a subparser on the iframe content text. I'll see if I find an easier
way to do this.
The TODO file has this entry:
- make literal tags configurable. The current list is hardcoded to be "script", "style", "title",
"iframe", "textarea", "xmp", and "plaintext".
which would be my preferred way to fix this.
On Sat Jun 20 05:17:40 2009, GAAS wrote:
> > I'd like to at least be able to turn on parsing for iframes, even if
> it
> > is off by default.
>
> I see the point if you need to emulate the behaviour of very old
> browsers.
What is the point of not parsing the content of iframes? I can't find
any justification, and it seems at odds both with the spec and user
expectations. Removing this special case would make HTML::Parser simpler
and more uniform.
Andrew
Migrated from rt.cpan.org#46099 (status was 'open')
Requestors:
From bdfoy@cpan.org on 2009-05-15 06:15:45
:
From gaas@cpan.org on 2009-06-20 09:17:40
:
From gaas@cpan.org on 2009-06-20 09:24:09
:
From jwilliams@cpan.org on 2011-09-20 17:20:09
:
From andrew@pimlott.net on 2012-10-17 22:22:02
:
From gaas@cpan.org on 2012-10-18 22:09:53
:
The text was updated successfully, but these errors were encountered: