in reply to Re: Data structure question from XML::XPath::XMLParser
in thread Data structure question from XML::XPath::XMLParser

Would Mojo::DOM be able to handle the new HTML5 elements like <article>, <footer>, and <section> and so on? Their presence is what are choking the old HTML::TreeBuilder::XPath and my reason for using Tidy to convert to valid, well-formed XML.

Replies are listed 'Best First'.
Re^3: Data structure question from XML::XPath::XMLParser
by marto (Cardinal) on Mar 30, 2021 at 10:22 UTC

    Yes, it does.