On Aug 17, 7:46 pm, Mark <[email protected]> wrote: > I'm new to working with the maps API and need some help understanding > why IE dislikes my map. It works in Firefox, Chrome, and Safari but > it's a no go with IE8. > > I have locations stored in a mysql database. To display them on my map > you select a category in the sidebar. > > With IE they don't populate as expected and if you refresh the page > they show up without selecting the category. > > Here's the link for review:http://tiny.cc/ime7g
IE doesn't like your xml: =================================== The XML page cannot be displayed Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later. --------------------------------------------------------------------------- Whitespace is not allowed at this location. Error processing resource 'http://www.mirnyx.com/poi/db/db.php?cat=golf&swLat=1... <marker lat="39.1303062439" lng="-94.5770568848" title="Badger Ordnance" address="1141 Swift Ave Kansas City MO 64116" ur... This is certainly a problem: Valley Lawn & Sport Inc. (& indicates an xml entity an must be replaced by &) -- Larry > > Any help would be appreciated. > > Thanks, > Mark -- 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.
