<?xml version="1.0" encoding="UTF-8"?>
            <kml xmlns="http://earth.google.com/kml/2.2">
                <Document>
                  <name>Schneeschuhwanderung am Lawinenstein</name>
                  <description><![CDATA[Schneeschuhwanderung am Lawinenstein]]></description>
                  <Style id="style1">
                    <LineStyle>
                      <color>FF0000FF</color>
                      <width>3</width>
                    </LineStyle>
                  </Style>
                  <Placemark>
                    <name>Schneeschuhwanderung am Lawinenstein</name>
                    <description><![CDATA[Schneeschuhwanderung am Lawinenstein]]></description>
                    <styleUrl>#style1</styleUrl>
                    <LineString>
                      <tessellate>1</tessellate>
                      <coordinates>13.96349,47.59826,0
13.96205,47.59877,0
13.96084,47.59921,0
13.96057,47.5996,0
13.95911,47.59941,0
13.95456,47.59801,0
13.95416,47.59769,0
13.95456,47.59801,0
13.95911,47.59941,0
13.96057,47.5996,0
13.9609,47.5993,0
13.96267,47.59883,0
13.96471,47.59887,0
13.96679,47.59932,0
13.96718,47.59907,0
13.96843,47.59869,0
13.96856,47.59842,0
13.96843,47.59869,0
13.96718,47.59907,0
13.96679,47.59932,0
13.96267,47.59883,0
13.96275,47.59847,0
</coordinates>
                    </LineString>
                    </Placemark>
                </Document>
            </kml>