Hello!<br><br>Months ago I asked this list about peoples experience with XML handling modules.<br><br>One handy reply was the Perl 5 Wiki listing their recommeded XML modules:<br><a href="http://www.perlfoundation.org/perl5/index.cgi?recommended_xml_modules" target="_blank">http://www.perlfoundation.org/perl5/index.cgi?recommended_xml_modules</a><br>

and<br>h<a href="http://perl-xml.sourceforge.net/faq/" target="_blank">ttp://perl-xml.sourceforge.net/faq/</a><br>(Thanks Andy!)<br><br>Others suggested XML::Twig which has my interest... (Thanks Jay!)<br><br>Unfortunately, we&#39;ve recently run into some issues where our code was using the Expat perl module which calls out to a binary Expat.so.  In our system, this is a no-no - we&#39;re trying to stay pure Perl and not use binary modules.<br>

<br>Anyway, I was poking around and I found the &quot;XML::TreePP&quot; (PP == Pure Perl).  It looks like it&#39;s fairly active (last update was January), and it will parse XML to data structures, and write XML from hash/array structures.<br>

<br>Anyone else have any experience with this module?  Thoughts?<br><br>Is there another pure-perl XML module I might have overlooked?<br><br>Thanks,<br><br>Dan<br>