> I'm parsing an xml file that has the lat and lon. In firefox it says
> that it's not a number but I'm using parseFloat which works in IE and
> I thought it was suppose to work in Firefox. I'm not sure what I'm
> doing wrong.
>
> Here is a link to the page.

I think this line causes the issue -
    var name = psite[i].childNodes[0].text
as simple as no trailing semicolon, messing the loop up.
Not all browsers care, but some do.
There are other lines with the same issue

cheers, Ross K
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to