Mike's tutorials while great in most regards ... when parsing XML
recommend the
use of GetElementsByTagName far more than is reasonable... or
efficient.
Say you are finding the points lines and polys in a GML
you call that three times it iterates the entire file every time... if
you instead iterate
through the children of a single parent you can do the same thing in
one pass

GetElementsByTagName has uses but as THE recommended method.. ummmm,
no.

--~--~---------~--~----~------------~-------~--~----~
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