Stylesheet Details
  • Identifiers
  • Brief
  • ISO MD_DigitalTransferOptions to Brief View
  • Uuid
  • 6ff48a40-bc69-11e0-962b-0800200c9a66
  • Owner
  • richard.fozzard
  • Update Information
  • Last Updater
  • export_ss_seed.sql
  • Last Updated
  • 2011-12-06 00:00:00 UTC
  • Date Created
  • 2011-12-06 00:00:00 UTC
  • Attributes
  • Index Data
  • ISO MD_DigitalTransferOptions to Brief View Matches: ,//gmd:MD_DigitalTransferOptions ,
  • 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" version="1.0" id="6ff48a40-bc69-11e0-962b-0800200c9a66"> <!--xd:doc scope="stylesheet" xmlns:xd="http://www.oxygenxml.com/ns/doc/xsl"> <xd:desc> <xd:p>ISO MD_DigitalTransferOptions to Brief View</xd:p> <xd:p>This stylesheet generates a Brief View for an MD_DigitalTransferOptions component</xd:p> </xd:desc> </xd:doc--> <xsl:template name="Documentation"> <xsl:text>ISO MD_DigitalTransferOptions to Brief View</xsl:text> </xsl:template> <xsl:output method="text" /> <xsl:template match="//gmd:MD_DigitalTransferOptions"> <xsl:variable name="medname" select="gmd:offLine/gmd:MD_Medium/gmd:name/gmd:MD_MediumNameCode"/> <xsl:variable name="medformat" select="gmd:offLine/gmd:MD_Medium/gmd:mediumFormat/gmd:MD_MediumFormatCode"></xsl:variable> <xsl:variable name="mednote" select="gmd:offLine/gmd:MD_Medium/gmd:mediumNote/gco:CharacterString"></xsl:variable> <xsl:choose> <xsl:when test="$medname/@codeListValue!=''"> <xsl:value-of select="$medname/@codeListValue"/> </xsl:when> <xsl:when test="$medformat/@codeListValue!=''"> <xsl:value-of select="$medformat/@codeListValue"/> </xsl:when> <xsl:when test="$mednote!=''"> <xsl:value-of select="$mednote"/> </xsl:when> <xsl:otherwise>medium format not specified</xsl:otherwise> </xsl:choose> </xsl:template> </xsl:stylesheet>
  • Stylesheet Type
  • brief
  • Component Type
  • {http://www.isotc211.org/2005/gmd}MD_DigitalTransferOptions
  • Stylesheet Set
  • NGDC-SS