Stylesheet Details
  • Identifiers
  • Uuid
  • 87263150-bc69-11e0-962b-0800200c9a66
  • Owner
  • richard.fozzard
  • Update Information
  • Last Updater
  • martin.aubrey
  • Last Updated
  • 2012-06-14 07:58:00 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" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.0" id="87263150-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"/> <xsl:variable name="ThesaurusName" select="/gmd:MD_Keywords/gmd:thesaurusName/@xlink:title"/> <sml:keywords xmlns:sml="http://www.opengis.net/sensorML/1.0.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/sensorML/1.0.1 http://schemas.opengis.net/sensorML/1.0.1/sensorML.xsd"> <sml:KeywordList> <xsl:attribute name="codeSpace"> <xsl:value-of select="$ThesaurusName"/> </xsl:attribute> <xsl:for-each select="$Keyword"> <sml:keyword> <xsl:value-of select="./gco:CharacterString"/> </sml:keyword> </xsl:for-each> </sml:KeywordList> </sml:keywords> </xsl:template> </xsl:stylesheet>
  • Stylesheet Type
  • sml
  • Component Type
  • {http://www.isotc211.org/2005/gmd}MD_Keywords
  • Stylesheet Set
  • NGDC-SS