Larry thanks a lot. Turns out I had a single quote in one of the addresses.
Odd thing is, it was at MapItemID="185"...so I am wondering if there is another issue...and its just being ignored. Found another thread with a similar issue, it mentioned to use an xml validator, so that helped a bunch (said what the illegal character was). Thanks again. Daniel On May 29, 3:30 pm, "[email protected]" <[email protected]> wrote: > On May 29, 12:52 pm, daniel <[email protected]> wrote: > > > Hello, > > > I am hopefully days away from rolling out my map, and have noticed an > > error in IE. > > > When loading the page with IE, it prompts that DocumentElement is null > > or not an object on line 45. I had read about it, and tried a few > > things, and now I am looking for advice. > > > Also, I noticed Firefox hangs until I refresh, then loads fine. > > > Chrome loads everything first time without errors ( to my knowledge). > > > I had checked the error console in Firefox, and its only warnings, > > that have been there the whole time. It could possibly be the > > autocomplete, but I have had it for 2 months, and its just now showing > > an error. > > > Here is a link to my page:http://wds.semo.edu/map/Map(2)/parking.html > > > I would appreicate any ideas. > > This is the line that the MS script debugger is pointing to: > var markers = xmlDoc.documentElement.getElementsByTagName( "marker" ); > > There is no documentElement property of xmlDoc. > > Your xml is invalid (at least IE thinks so), Try opening the xml > directly in IE:http://wds.semo.edu/map/Map(2)/data/getMapItems.php > > 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. > ---------------------------------------------------------------------------- > An invalid character was found in text content. Error processing > resource 'http://wds.semo.edu/map/Map(2)/data/getMapItems.... > > <marker mapItemID="141" name="Center of International Studies" > iconURL="icons/RedhawkR.png" address="939 College Hill" ur... > SPAN> <marker mapItemID="122" name="Group Housing: Building J" > iconURL="icons/RedhawkR.png" address="1050 Greek Drive" > url="http://www.semo.edu/housing/reshalls/group.htm" img="img/ > VT_GroupHousingJ_2009.jpg" lat="37.316139" lng="-89.526654" /> > <marker mapItemID="123" name="Group Housing: Building G" > iconURL="icons/RedhawkR.png" address="1050 Greek Drive" > url="http://www.semo.edu/housing/reshalls/group.htm" img="img/ > VT_GroupHousingG_2009.jpg" lat="37.316276" lng="-89.527245" /> > > -- Larry --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
