Follow geoXML3 api.. after every KML parse a JSON object mapping all tags is created.
SO is it possible o get that JSON object, make some modify, like update or remove some element.. AND create a NEW kml (dynamically) and show that changes visually?
I tried many times to modify the Json object but all modify in json not affect the kml rendered .. ..so the solution is create a new kml and show..( BUT HOW ?)