Nov-21-2020, 01:01 PM
Found it

for key in doc['kml']['Document']['Placemark']: if "LineString" in key: print("Found LS") doc['kml']['Document']['Placemark']['Style'] = "blah"Thanks for the help.