Project

General

Profile

1 10059 mecum
<?xml version="1.0"?>
2 10385 mecum
<xsl:stylesheet
3
    xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
4
    xmlns:gco="http://www.isotc211.org/2005/gco" version="1.0">
5 10059 mecum
    <!-- TODO: gco:Date-->
6
    <!-- TODO: gco:DateTime-->
7
    <xsl:template match="gco:Date">
8
        <xsl:value-of select="." />
9
    </xsl:template>
10
    <xsl:template match="gco:DateTime">
11
        <xsl:value-of select="." />
12
    </xsl:template>
13
</xsl:stylesheet>