I used XML::Parser for a long time, but I've recently come to like XML::LibXML for it's DOM and XPath support. Not being forced to parse the document "as it comes in the door" is great and you can get at a lot of the document's information with far less code.
-Stephen -----Original Message----- From: Jesse Shy [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 26, 2002 04:07 PM To: [EMAIL PROTECTED] Subject: [cgiapp] XML I am about to start getting data from an application source in XML instead of from the database. I still want to be able to use my templates and application code for munging the data. I would like some input on which XML modules, if any, that are being used with CGI::Application and what kind of luck *pitfalls* I can expect. So far I have only looked at XML::Parser and XML::Simple. This will be my first attempt at doing anything with XML. --------------------------------------------------------------------- Web Archive: http://www.mail-archive.com/cgiapp%40lists.vm.com/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- Web Archive: http://www.mail-archive.com/cgiapp%40lists.vm.com/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
