RE: [cgiapp] Re: Returning XML output for AJAX

2007-02-05 Thread John Saylor
hi From: news [mailto:[EMAIL PROTECTED] On Behalf Of Robert Hicks I have read a few posts lately about XML::Simple and you do not want to use it for large amounts of data. for any big XML stuff with more than one programmer, i'd head toward XML::LibXML, faster with excellent DOM support. --

[cgiapp] Re: Returning XML output for AJAX

2007-02-04 Thread Robert Hicks
Michael Peters wrote: Rhesa Rozendaal wrote: IMHO, that would be XML::Simple. It's a bit tricky to force XML::Simple to generate the exact same output, but it depends a lot on the context if you need it. I've normally used XML::Simple in the past, but it's not really that simple. I've just

[cgiapp] Re: Returning XML output for AJAX

2007-01-29 Thread Robert Hicks
Bruce McKenzie wrote: OK, so I'm way behind the rest of the world when it comes to XML -- but I am using CGI::Application -- so how hard could it be to catch up? :-) What I want to do is return XML (as an Ajax response) to the jQuery Interface library Autocomplete plugin. In the plugin