metacat/lib/style/skins/metacatui/iso19115/iso-gco.xsl
1 |
<?xml version="1.0"?>
|
---|---|
2 |
<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 |
<!-- 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>
|