In my html file i'm trying to read from an xml file which has the lat and lng of markers to display on google map. i do the following steps:
var request = GXmlHttp.create();
request.open("GET", "example.xml", true);
request.onreadystatechange = function() {
if (request.readyState == 4) {
var xmlDoc = GXml.parse(request.responseText);
// obtain the array of markers and loop through it
var markers = xmlDoc.documentElement.getElementsByTagName("marker");
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
and here in this step it appears the error and says:
Error:'documentElement' is null or not an object....
and i'm sure from the tag name and the file name.
so is there any body has an answer for this error???
plz help
thanksMore Information:
- I deleted them from the xml file thinking it wouldn't make a difference but got an error #1090 (XML parser failure)
- I've also decided to setup a site to help other ppl like me who wishes to split their xml file here:
- can u please help me to solve my probleme i am studying SQL in relation with XML and i must imoprt a XML file to SQL table
- NET class' properties; Create a configuration file for NHibernate to know how to connect to your database; Use the NHibernate API
- If we convert the xml format file into html format it consumes a lot of time
- You can also try editing the source file and edit the thumbnailsMenu clip and change the default xml configuration file within the read me layer with a custom xml
- You can simply drag a file to the Entourage icon in the Dock to add as attachment to a new or existing message, but if you want to create a Service so you can control


LinkBack URL
About LinkBacks



Reply With Quote






















































Bookmarks