.xml source for Google's map api

wxdqz

New Member
Hopefully this is related. I'm trying to serve javascript with an .xml source, using Perl. The javascript is a standard applet into Google's map api. Basically the javascript utilizes;
var url = "data.xml";
var request = GXmlHttp.create();
request.open("GET", url, true);
to read in the data.xml file. Alternatively, var can = getdata.php?... or such. I'm trying it with a getdata.cgi?... to serve the data.xml source. Problem is I can't make the dam thing work. Have tried several content: headers, etc. Anyone with exposure to this?
 
Back
Top