in reply to More robust link finding than HTML::LinkExtor/HTML::Parser?
Line 8 is a declaration that what follows -- until the final </script> -- is to be handled by javascript.
As to the first two, I tend to lean to Corion's view: they're being handled with css (initially); neither is a simple HTML link... which (without exception that I can think of OTTOMH) implies that the address/filename will be where I have elipsis in a construct like:
<a href="...">rendered_link_Label_here</a>
or an
<img src="address...filename.typ">
or similar.
Perhaps you should explore for modules which will chase down css and js... or perhaps, depending on your actual goal, you don't need to worry about the stylesheet or flash sources, etc.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: More robust link finding than HTML::LinkExtor/HTML::Parser?
by Allasso (Monk) on May 08, 2011 at 00:09 UTC | |
by ww (Archbishop) on May 08, 2011 at 03:06 UTC |