On Jun 29, 11:07 am, oedipa <[email protected]> wrote: > > it does consistently fail with searches on Roanoke, VA >
there is an undefined unicode character in the data for Richfield Recovery & Care Center, Salem. The problem is in the speciality attribute, "Memory care program ? secure unit". The "?" character is not valid unicode, and certainly not valid ISO-8859-1 (the encoding given in the XML header). I would guess that all facilities having a Speciality of "Memory Care Program & Secure Unit" would fail in this way. This character causes IE problems when parsing the XML, so the xml.documentElement is null and the xml.parseError.reason = "An invalid character was found in text content" -- 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.
