Stylesheet Details
  • Identifiers
  • Uuid
  • 18d00990-1f99-11e1-8bc2-0800200c9a66
  • Owner
  • richard.fozzard
  • Update Information
  • Last Updater
  • richard.fozzard
  • Last Updated
  • 2011-12-06 00:00:00 UTC
  • Date Created
  • 2011-12-06 00:00:00 UTC
  • Attributes
  • Index Data
  • Matches:/ ,
  • Xml
  • <?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:gco="http://www.isotc211.org/2005/gco" xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.0" id="18d00990-1f99-11e1-8bc2-0800200c9a66"> <!--xd:doc scope="stylesheet" xmlns:xd="http://www.oxygenxml.com/ns/doc/xsl"> <xd:desc> <xd:p>ISO MD_ReferenceSystem to Index data</xd:p> <xd:p>This stylesheet populates the component_xml.index_data field for ISO MD_ReferenceSystem component</xd:p> </xd:desc> </xd:doc--> <xsl:output method="text" /> <xsl:template match="/"> <xsl:variable name="title" select="gmd:MD_ReferenceSystem/gmd:referenceSystemIdentifier/gmd:RS_Identifier/gmd:authority/gmd:CI_Citation/gmd:title/gco:CharacterString" /> <xsl:choose> <xsl:when test="$title"> <xsl:value-of select="normalize-space($title)" /> </xsl:when> <xsl:otherwise> <xsl:value-of select="'unknown'" /> </xsl:otherwise> </xsl:choose> </xsl:template> </xsl:stylesheet>
  • Stylesheet Type
  • index_data
  • Component Type
  • {http://www.isotc211.org/2005/gmd}MD_ReferenceSystem
  • Stylesheet Set
  • NGDC-SS