Hi, Hum, I think I'm doing this the hard way.
I need the html inside the <a>...</a> tag:
my $name = $section->look_down( '_tag', 'a',
sub { defined($_[0]->attr('name')) } );
my @content = $name->content_list;
$inside = join '',
map { ref($_) ? $_->as_HTML() : encode_entities($_) } @content;
Thanks,
--
Bill Moseley
mailto:[EMAIL PROTECTED]
