On 12/07/2011 19:07, Doug Bradbury wrote:

Does anyone have suggestions for an active and easy to use XML
building & parsing module?

Hi Doug

Any code to write XML ends up looking very similar to the resulting XML
itself, although XML::Writer will make sure your syntax is correct for
you and avoid a lot of obvious errors.

As for parsing, it largely depends on what you want to do once you have
parsed tha XML. But XML::LibXML is a good all-rounder (although with
awkward documentation). XML::Twig and XML::TreeBuilder are also worth a
look.

HTH,

Rob

--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to