I have developed a AJAX search component to query a Google Search Appliance. It makes an AJAX call to a php script that grabs XML from the GSA and encodes it as JSON and sends it back to the browser. From there, the jquery template plugin does the rest. That process works as it should.I have developed a AJAX search component to que