Hello,
I realise I haven't checked in a fix for the other issue I reported yet! But here's another small change.
In com.ekito.simpleKML.model.StyleMap, line 29, the pairList ElementList should have inline set to true rather than false. Otherwise the following sort of map, exported from Google Earth, is empty when parsed.
<StyleMap id="m_ylw-pushpin">
<Pair>
<key>normal</key>
<styleUrl>#s_ylw-pushpin</styleUrl>
</Pair>
<Pair>
<key>highlight</key>
<styleUrl>#s_ylw-pushpin_hl0</styleUrl>
</Pair>
</StyleMap>