this is a great great totuorial and a supergreat tool: Lemme ask you if i got this right!? With that i can determine the paths - in other words
i can find out all the paths in a HTML-file!?
$ perl htmltreexpather.pl select.html _tag option
HTML::Element=HASH(0xb139ec) 0.1.1.0.0
Chose Some aaa
/html/body/form/select/option
/html/body/form/select/option
/html/body[@bgcolor='red']/form[@action='/foo.cgi' and @name='queryfoo']/select[@name='singlelist']/option[@value='aaa']
------------------------------------------------------------------
####
#!/usr/bin/perl --
use strict;
use warnings;
use HTML::TreeBuilder::XPath;
#~ $XML::XPathEngine::DEBUG = 1;
my $tree = HTML::TreeBuilder::XPath->new;
$tree->parse_content(<<'__HTML__');
educa.ch