Stylesheet Details
- Identifiers
- Brief
- ISO MI_Platform to Brief View
- Uuid
- 4ed31840-bc69-11e0-962b-0800200c9a66
- Owner
- richard.fozzard
- Update Information
- Last Updater
- amilan
- Last Updated
- 2017-09-18 15:13:22 UTC
- Date Created
- 2011-12-06 00:00:00 UTC
- Attributes
- Index Data
- ISO MI_Platform to Brief View Matches: ,/gmi:MI_Platform ,
- 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" version="1.0" id="4ed31840-bc69-11e0-962b-0800200c9a66"> <!--xd:doc scope="stylesheet" xmlns:xd="http://www.oxygenxml.com/ns/doc/xsl"> <xd:desc> <xd:p>ISO MI_Platform to Brief View</xd:p> <xd:p>This stylesheet generates a Brief View for an ISO MI_Platform component</xd:p> </xd:desc> </xd:doc--> <xsl:template name="Documentation"> <xsl:text>ISO MI_Platform to Brief View</xsl:text> </xsl:template> <xsl:output method="text" /> <xsl:template match="/gmi:MI_Platform"> <xsl:variable name="code" select="gmi:identifier//gmd:code" /> <xsl:variable name="desc" select="//gmi:description" /> <xsl:choose> <xsl:when test="$code"> <xsl:value-of select="$code" /> </xsl:when> <xsl:when test="$desc"> <xsl:value-of select="$desc" /> </xsl:when> <xsl:otherwise>platform not specified</xsl:otherwise> </xsl:choose> </xsl:template> </xsl:stylesheet>
- Stylesheet Type
- brief
- Component Type
- {http://www.isotc211.org/2005/gmi}MI_Platform
- Stylesheet Set
- NGDC-SS