Stylesheet Details
  • Identifiers
  • Brief
  • ISO MI_Instrument to Brief View
  • Uuid
  • 554925c0-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 MI_Instrument to Brief View 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:gmi="http://www.isotc211.org/2005/gmi" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.0" id="554925c0-bc69-11e0-962b-0800200c9a66"> <!--xd:doc scope="stylesheet" xmlns:xd="http://www.oxygenxml.com/ns/doc/xsl"> <xd:desc> <xd:p>ISO MI_Instrument to Brief View</xd:p> <xd:p>This stylesheet generates a Brief View for an ISO MI_Instrument component</xd:p> </xd:desc> </xd:doc--> <xsl:template name="Documentation"> <xsl:text>ISO MI_Instrument to Brief View</xsl:text> </xsl:template> <xsl:output method="text" /> <xsl:template match="/"> <xsl:for-each select="//gmi:MI_Instrument"> <xsl:variable name="UUID" select="./@uuid" /> <xsl:variable name="name" select="./gmi:identifier/gmd:MD_Identifier/gmd:code/gco:CharacterString" /> <xsl:choose> <xsl:when test="$name[normalize-space(.) != '']"> <xsl:value-of select="normalize-space($name)" /> </xsl:when> <xsl:otherwise> <xsl:value-of select="'instrument not specified'" /> </xsl:otherwise> </xsl:choose> </xsl:for-each> </xsl:template> </xsl:stylesheet>
  • Stylesheet Type
  • brief
  • Component Type
  • {http://www.isotc211.org/2005/gmi}MI_Instrument
  • Stylesheet Set
  • NGDC-SS