i am new to KML and this should be simple but i can't figure it out.
In my KML i have several styles defined and can assign them easily to a specific placemark with the styleUrl-tag. My styles differ only in the background-color from each other but they also contain a rather complicated "BalloonStyle" which is the same for ALL of them. Now i don't want to copy this same ballonstyle into every style i have and increase the size of my KML.
What i need is to assign to a placemark two styles like i would do in CSS:
<styleUrl>#greenArea #myBalloonStyle</styleUrl>
<styleUrl>#redArea #myBalloonStyle</styleUrl>
Or write into my style something that it "inherits" its balloon-style from a second style.
Thank you in advance