in reply to Re^2: HTML::Treebuilder look_down not working with <header>, <article> etc
in thread HTML::Treebuilder look_down not working with <header>, <article> etc

<header> and <article> are not HTML tags. HTML::TreeBuilder seems to ignore tags that are not HTML tags. So I would guess that HTML::TreeBuilder is the wrong tool to process things that are not HTML.

The rest of the post of Anonymous Monk shows you an alternative approach using XML::LibXML. Maybe you should pursue that one.

Replies are listed 'Best First'.
Re^4: HTML::Treebuilder look_down not working with <header>, <article> etc
by Anonymous Monk on May 07, 2014 at 11:08 UTC