Open SysPete opened 9 years ago
Now the Parse::RecDescent issue is fixed the next target has to be XML::Twig and friends:
Perhaps we could move parsing to XML::LibXML perhaps via HTML::TreeBuilder::LibXML so we get lots of backend speed?
That would have some merits, however that is a big task.
Makes a lot of sense though :-)
HTML::TreeBuilder has seen its last release in 2012 ...
But using XML::LibXML with a convenience layer should be sufficient.
Now the Parse::RecDescent issue is fixed the next target has to be XML::Twig and friends:
Perhaps we could move parsing to XML::LibXML perhaps via HTML::TreeBuilder::LibXML so we get lots of backend speed?