> > Wesley True wrote: > >>I am in writing a script to parse and update a xml file used to keep > >>track of changes to documents. I am looking for some feedback on > >>which xml parser to use as far as robustness, ease of use, etc. Any > >>information provided would be excellent.
I would highly recommend XML::Simple and you can find more information here: http://search.cpan.org/~grantm/XML-Simple/ check the readme and faq > > > > If your XML is simple enough then XML::Simple may do. If not then > > http://perl-xml.sourceforge.net/faq/ may help. > > If you still have questions then you will probably get a > better response over on the Perl-XML list, > http://listserv.ActiveState.com/mailman/listinfo/perl-xml > > (I use XML::XPath.) > > Regards, > Martin _______________________________________________ ActivePerl mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
