On Jan 29, 3:09 pm, ferrograd <[email protected]> wrote:
> Line:230
> Char: 3
> Error: Object required

Line 230 says:
var description=cosa[i].getElementsByTagName("description")
[0].childNodes[0].nodeValue;

and there are items in your XML where the "description" is empty,
therefore cosa[i].getElementsByTagName("description")[0] does not have
childNodes.
Aside from that, your XML does not have a header and there are some
Chinese characters that might need to be encoded.

I'd also suggest removing the comments and any whitespace from the top
of the html page, as the DOCTYPE declaration needs to be the first
thing in the document.

--
Marcelo - http://maps.forum.nu
--

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to