in reply to HTML::Element accessing "internal attributes" the proper way

Docs?

content_list content content_array_ref content_refs_list
https://metacpan.org/pod/HTML::Element#content_refs_list

look_down is nice, but Re^3: Truncating an HTML node using XPaths in HTML::TreeBuilder::XPath ( pindex splice_content content_array_ref )

Use htmltreexpather.pl to help you write more appropriate xpaths

See limbo WIP future Re: Issues using HTML::TreeBuilder::XPath and the HTML5 <section> tag ( ignore_unknown => 0 ), HTML::TreeBuilder::LibXML

Replies are listed 'Best First'.
Re^2: HTML::Element accessing "internal attributes" the proper way
by cormanaz (Deacon) on Dec 25, 2020 at 16:34 UTC
    Wow not sure how I missed that in the docs. Thanks for the pointers.