I solved this problem by modifying the results of Google's Ajax
method.
GDownloadUrl(XMLPath, function(data, responseCode) {
if(responseCode == 200) {
var xml = GXml.parse(data);
$('node', xml.documentElement);
} else if(responseCode == -1) {
Here is an update. I tried using Google's API for Ajax and it is
returning the data but I am unable to parse it with jQuery.
CODE >>
GDownloadUrl(object.path + '?' + object.data, function(data,
responseCode) {
if (responseCode == '200') {
$('node', data);
}
});
OUTPUT >> fi
2 matches
Mail list logo