CGI::Application is a relatively lean framework that does not force you to use any particular technology implementation other than the CGI.pm module. You can use any XML parser module in Perl that you want. I'd recommend XML::LibXML because it has worked for me, and I know its under active development. Have a look at this article before you make your choice:
http://www.xml.com/pub/a/2001/11/14/xml-libxml.html -john On Wednesday, February 27, 2002, at 07:08 AM, Stephen Howard wrote: > 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] > _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com --------------------------------------------------------------------- Web Archive: http://www.mail-archive.com/cgiapp%40lists.vm.com/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
