<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
  <Document>
    <name>WKML output</name>
    <Style id="myid">
      <IconStyle>
        <Icon>
          <href>http://www.example.com</href>
        </Icon>
      </IconStyle>
    </Style>
  </Document>
</kml>
