in reply to Re: XML::LibXSLT & --html flag?
in thread XML::LibXSLT & --html flag?
Om-mani- ...
Thanks. While brute force reading of doco and source didn't do much for me browsing the cpan page for XML::LibXML::Parser just had a break-through result, and I feel stupid for having asked in the first place =o)
All it took was to change from
my $source = XML::LibXML->load_xml(location => 'blub.html');
to
my $source = XML::LibXML->load_html(location => 'blub.html');
*sigh*