Support of Timer Tags.
<!-- Points -->
...
<TimeStamp>
<when>
<xsl:value-of select="cell[@col=7]/@value" />
</when>
</TimeStamp>
...
<Point>
<coordinates>
<xsl:value-of select="cell[@col=2]/@value" />,
<xsl:value-of select="cell[@col=1]/@value" />
</coordinates>
</Point>
</Placemark>
</xsl:for-each>
</Folder>
<!-- /Points -->