1<?xml version="1.0" encoding="UTF-8"?>
2<kml xmlns="http://earth.google.com/kml/2.0">
3  <Document>
4    <name>Airports of Germany</name>
5    <Style id="randomColorIcon">
6      <IconStyle>
7        <Icon>
8          <href>./icon21.png</href>
9        </Icon>
10      </IconStyle>
11    </Style>
12    <Placemark>
13      <name>EDVE</name>
14      <description><![CDATA[<p>Airport <b>Braunschweig/Wolfsburg</b></p><p>Tower: 119.35<br/>Info: 119.35</p>]]></description>
15      <styleUrl>randomColorIcon</styleUrl>
16      <Point>
17        <coordinates>10.556111,52.319167</coordinates>
18      </Point>
19    </Placemark>
20  </Document>
21</kml>
22