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 is provided by an .asp document that looks like this:
<?xml version="1.0"?>
<ajaxresponse>
<item>
<text><![CDATA[text to display]]></text>
<value><![CDATA[value to fill]]></value>
</item>
</ajaxresponse>
Of the modules on CPAN that could produce this XML structure, which
would be *easiest* to use? Do I need to change the headers of the
CGI::Application response?
Thx.
Bruce
http://www.2MinuteExplainer.com
---------------------------------------------------------------------
Web Archive: http://www.mail-archive.com/suppressed/
http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2
To unsubscribe, e-mail: suppressed
For additional commands, e-mail: suppressed
Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.