Stylesheet Details
- Identifiers
- Uuid
- c0e53670-bc69-11e0-962b-0800200c9a66
- Owner
- richard.fozzard
- Update Information
- Last Updater
- martin.aubrey
- Last Updated
- 2012-06-14 07:57:39 UTC
- Date Created
- 2011-12-06 00:00:00 UTC
- Attributes
- Index Data
- Matches:gmd:MD_Keywords ,
- Xml
- <?xml version = "1.0" encoding = "UTF-8"?><xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gco="http://www.isotc211.org/2005/gco" xmlns:srv="http://www.isotc211.org/2005/srv" version="1.0" id="c0e53670-bc69-11e0-962b-0800200c9a66"> <xsl:output method="text" /> <xsl:template match="gmd:MD_Keywords"> <xsl:variable name="Keywords" select="/gmd:MD_Keywords"/> <xsl:variable name="Keyword" select="/gmd:MD_Keywords/gmd:keyword"/> <xsl:variable name="KeywordValue" select="/gmd:MD_Keywords/gmd:keyword/gco:CharacterString"/> <xsl:variable name="KeywordTypeCode" select="/gmd:MD_Keywords/gmd:type/gmd:MD_KeywordTypeCode"/> <ows:Keywords xmlns:ows="http://www.opengis.net/ows/2.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://schemas.opengis.net/ows/2.0 http://schemas.opengis.net/ows/2.0/owsAll.xsd"> <xsl:for-each select="$Keyword"> <ows:Keyword> <xsl:value-of select="./gco:CharacterString"/> </ows:Keyword> </xsl:for-each> <ows:Type> <xsl:value-of select="$KeywordTypeCode"/> </ows:Type> </ows:Keywords> </xsl:template> </xsl:stylesheet>
- Stylesheet Type
- ows
- Component Type
- {http://www.isotc211.org/2005/gmd}MD_Keywords
- Stylesheet Set
- NGDC-SS