[cgiapp] Returning XML output for AJAX

2007-01-27 Thread Bruce McKenzie
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 documentation example, data

Re: [cgiapp] Returning XML output for AJAX

2007-01-27 Thread Rhesa Rozendaal
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

Re: [cgiapp] ValidateRM question

2007-01-27 Thread James.Q.L
--- Robert Hicks [EMAIL PROTECTED] wrote: How do I use the various Data::FormValidator built-in constraints like 'zip_or_postcode' and 'email' and the like? Do I need to use Data::FormValidator::Constraints qw(:closures); to get those built-ins before I use them? here is what did use