On Sun, Aug 23, 2009 at 02:56:44PM +0400, Roman Makurin wrote:
> Hi All!
>
> How can I tell HTML::TreeBuilder to parse invalid html files
> gracefully ? Here is an example:
>
> -
> #!/usr/bin/perl
>
> use strict;
> use warnings;
>
> use HTML::TreeBuilder;
>
> my $root = HTML::TreeBuilder->
On Fri, Aug 14, 2009 at 5:35 PM, Shawn H. Corey wrote:
> Roman Makurin wrote:
>>
>> dump result is html encoded entities:
>>
>> @0.1.5.1
>> > title="Ссылка ">@0.1.5.1.0
>>
>> all html entities are valid unicode code points of symbols. But why
>> HTML::TreeBuilder convert symbols to entities ?
>
>
Roman Makurin wrote:
dump result is html encoded entities:
@0.1.5.1
@0.1.5.1.0
all html entities are valid unicode code points of symbols. But why
HTML::TreeBuilder convert symbols to entities ?
Because some browsers do not understand Unicode. Or they didn't.
If I just do
print $conten
Ryan wrote:
>
> The Dump method gives me this:
> cellpadding="0" cellspacing="0" width="100%"> @0.1.1.0.1.0.0.0.0.1
> @0.1.1.0.1.0.0.0.0.1.0
>@0.1.1.0.1.0.0.0.0.1.0.0
>
> How can I make use of "@0.1.1.0.1.0.0.0.0.1" if I know that's t
Brandino Andreas wrote:
Hi list
I am using HTML::TreeBuilder to parse a html page and find a specific
value.
When i dump the array i get this:
$tree->dump();
more..
@0.1.0.1.1.0.0.0.0
@0.1.0.1.1.0.0.0.0.0
"MAC Address"
At 12:14 PM 2/7/02 +1030, Daniel Falkenberg wrote:
>I am currently working with the perl CPAN module HTML::TreeBuilder. Is
>someone able to explain to me if this is the module I want to use to
>extract data from a HTML page. Now this HTML page is contained outside of
>my perl-cgi script. Fro
On Wed, Dec 19, 2001 at 05:46:15PM -0500, McCollum, Frank wrote:
> I do not understand what is meant by 'depth' in this module (i've read the
> accompanying documentation, but I didn't follow it well). Does anyone know
> where a good description is?
The HTML::Element documentation has an intro