Stylesheet Details
  • Identifiers
  • Uuid
  • a53e33e0-bc69-11e0-962b-0800200c9a66
  • Owner
  • richard.fozzard
  • Update Information
  • Last Updater
  • martin.aubrey
  • Last Updated
  • 2012-06-14 07:57:23 UTC
  • Date Created
  • 2011-12-06 00:00:00 UTC
  • Attributes
  • Index Data
  • Matches:gmd:EX_Extent ,
  • 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="a53e33e0-bc69-11e0-962b-0800200c9a66"> <xsl:output method="text" /> <xsl:template match="gmd:EX_Extent"> <xsl:variable name="westBoundLongitude" select="/gmd:EX_Extent/gmd:geographicElement/gmd:EX_GeographicBoundingBox/gmd:westBoundLongitude/gco:Decimal"/> <xsl:variable name="eastBoundLongitude" select="/gmd:EX_Extent/gmd:geographicElement/gmd:EX_GeographicBoundingBox/gmd:eastBoundLongitude/gco:Decimal"/> <xsl:variable name="southBoundLatitude" select="/gmd:EX_Extent/gmd:geographicElement/gmd:EX_GeographicBoundingBox/gmd:southBoundLatitude/gco:Decimal"/> <xsl:variable name="northBoundLatitude" select="/gmd:EX_Extent/gmd:geographicElement/gmd:EX_GeographicBoundingBox/gmd:northBoundLatitude/gco:Decimal"/> <ows:WGS84BoundingBox 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" crs="urn:ogc:def:crs:OGC:2:84" dimensions="2"> <ows:LowerCorner> <xsl:value-of select="$westBoundLongitude"/> ; <xsl:value-of select="$southBoundLatitude"/> </ows:LowerCorner> <ows:UpperCorner> <xsl:value-of select="$eastBoundLongitude"/> ; <xsl:value-of select="$northBoundLatitude"/> </ows:UpperCorner> </ows:WGS84BoundingBox> </xsl:template> </xsl:stylesheet>
  • Stylesheet Type
  • ows
  • Component Type
  • {http://www.isotc211.org/2005/gmd}EX_Extent
  • Stylesheet Set
  • NGDC-SS