[boulder.pm] problem with HTML::LinkExtor and <applet>

Walter Pienciak walter at frii.com
Thu Sep 14 10:06:02 CDT 2000


Hi,

I'm using HTML::LinkExtor to extract links from some HTML documents.
Works pretty well.

But, when it hits an <applet> tag looking like

    <applet codebase="./classes" code="Bounce">

which reflects an actual directory structure of ./classes/Bounce.class
it's not reporting back one link to

    ./classes/Bounce.class

or even one link to

    ./classes/Bounce

but rather 2 links to

    ./classes
    Bounce


Any thoughts, ideas?  Both HTML::LinkExtor and HTML::Parser are up to
date.

Walter




More information about the Boulder-pm mailing list