> var text = decodeURIComponent( escape( GXml.value( markers
> [i].getElementsByTagName( "text" )[0] ) ) );
What are you trying to do with this, does this help?
http://www.w3schools.com/jsref/jsref_decodeURIComponent.asp
Most of your <text> elements do not contain URLs, I don't know what
the function does with plain text.
Some of your <text> elements are empty, I don't know what the function
does with null inputs.
Most of your <text> elements contain accented characters that should
be encoded as UTF-8.
Not a maps question.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---