Hi, my problem:

I am parsing a html page looking for table-tags.

The Treebuilder has a look_down function:

$tree->look_down("_tag","table");#lists all tables in the html

$tree->look_down("_tag","table",
        "width","170");#lists all tables in the html with width 170

However, how can I list all tables that have no attributes? Ie somehow
listing tag attributes and checking that the @list == 0?

Regards,
Torbjørn Lindahl

_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to