Correction for other newbies like myself - The naming error isn't a mistake nor error. XML can't contain the "&" symbol. My badz
On Jan 10, 1:55 pm, Victor <[email protected]> wrote: > I'm going through the Google phpmysql tutorial from Pamela Fox > 2007<http://code.google.com/apis/maps/articles/phpsqlajax.html#outputxml>. > I think I've done everything correctly except that the markers from my XML > won't load. I'm running phpmyadmin on a localhost. I'm a little unsure if > it is an encoding issue. I am unable to use method 1 (Using PHP's domxml > functions to output XML) in the tutorial, method 2 works but the method > parses the name attribute incorrectly and method 3 (Using PHP's DOM > functions to output XML) works without any editing (I do get the same naming > error as Google when the name contains "&"). > Link to xml Xml file <http://www.dinkypage.com/104423> (view source to > see what the xml looks like) > Link to map: Map <http://www.dinkypage.com/104420> > MySQL charset: UTF-8 Unicode (utf8) Server version: 5.1.41. Marker table is > utf8_general_ci. > (If anybody can suggest a good disposable webpage place for posting code, > feel free to share with the rest of the class) > Thank you, > ~Blaer -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
