<?xml version="1.0" encoding="UTF-8"?>
            <kml xmlns="http://earth.google.com/kml/2.2">
                <Document>
                  <name>Bad Mitterndorfer Sagenweg</name>
                  <description><![CDATA[Bad Mitterndorfer Sagenweg]]></description>
                  <Style id="style1">
                    <LineStyle>
                      <color>FF0000FF</color>
                      <width>3</width>
                    </LineStyle>
                  </Style>
                  <Placemark>
                    <name>Bad Mitterndorfer Sagenweg</name>
                    <description><![CDATA[Bad Mitterndorfer Sagenweg]]></description>
                    <styleUrl>#style1</styleUrl>
                    <LineString>
                      <tessellate>1</tessellate>
                      <coordinates>13.93488,47.55857,0
13.9353,47.55853,0
13.93589,47.55814,0
13.93976,47.55609,0
</coordinates>
                    </LineString>
                    </Placemark>
                </Document>
            </kml>