http://www.perlmonks.org?node_id=140154


in reply to Definitive/Favorite Perl XML DOM + XSLT interface?

mirod's XML::Twig has become my favorite general purpose XML tool; it's interface is much more sensible than XML::DOM or XML::Parser's. for XSLT, i'm usually working in a web environment so i prefer a framework like axkit or cocoon where i'm not dealing directly with modules at all; i can just write the XSLT and associate it with the XML and be done with it.

anders pearson

  • Comment on Re: Definitive/Favorite Perl XML DOM + XSLT interface?