Stylesheet Details
  • Identifiers
  • Uuid
  • 9d703780-bc69-11e0-962b-0800200c9a66
  • Owner
  • richard.fozzard
  • Update Information
  • Last Updater
  • martin.aubrey
  • Last Updated
  • 2012-06-14 07:57:07 UTC
  • Date Created
  • 2011-12-06 00:00:00 UTC
  • Attributes
  • Index Data
  • Matches:gmd:MD_Distributor ,
  • 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" version="1.0" id="9d703780-bc69-11e0-962b-0800200c9a66"> <xsl:output method="text" /> <xsl:template match="gmd:MD_Distributor"> <xsl:variable name="Fees" select="/gmd:MD_Distributor/gmd:distributionOrderProcess/gmd:MD_StandardOrderProcess/gmd:fees/gco:CharacterString"/> <xsl:variable name="Name" select="/gmd:MD_Distributor/gmd:distributorFormat/gmd:MD_Format/gmd:name/gco:CharacterString"/> <xsl:variable name="Version" select="/gmd:MD_Distributor/gmd:distributorFormat/gmd:MD_Format/gmd:version/gco:CharacterString"/> <xsl:variable name="Specification" select="/gmd:MD_Distributor/gmd:distributorFormat/gmd:MD_Format/gmd:specification/gco:CharacterString"/> <ows:ServiceIdentification xmlns:ows="http://www.opengis.net/ows/2.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/ows/2.0 http://schemas.opengis.net/ows/2.0/owsAll.xsd"> <xsl:if test="./gmd:distributorFormat/gmd:MD_Format/gmd:name"> <ows:ServiceType> <xsl:value-of select="$Name"/> </ows:ServiceType> </xsl:if> <xsl:if test="./gmd:distributorFormat/gmd:MD_Format/gmd:version"> <ows:ServiceTypeVersion> <xsl:value-of select="$Version"/> </ows:ServiceTypeVersion> </xsl:if> <xsl:if test="./gmd:distributorFormat/gmd:MD_Format/gmd:specification"> <ows:Profile> <xsl:value-of select="$Specification"/> / </ows:Profile> </xsl:if> <xsl:if test="./gmd:distributionOrderProcess/gmd:MD_StandardOrderProcess/gmd:fees"> <ows:Fees> <xsl:value-of select="$Fees"/> </ows:Fees> </xsl:if> </ows:ServiceIdentification> </xsl:template> </xsl:stylesheet>
  • Stylesheet Type
  • ows
  • Component Type
  • {http://www.isotc211.org/2005/gmd}MD_Distributor
  • Stylesheet Set
  • NGDC-SS