You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kml = xmldoc.getElementsByTagName("kml")[0] # getElementsByTagName always returns NodeList even if there is only one Node so always use [0] to get first Node