Stylesheet Details
- Identifiers
- Uuid
- ABE8B9C1-3632-1B3F-E040-0AC8C5BB41B1
- Owner
- richard.fozzard
- Update Information
- Last Updater
- martin.aubrey
- Last Updated
- 2012-06-14 07:58:57 UTC
- Date Created
- 2011-12-06 00:00:00 UTC
- Attributes
- Index Data
- 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" version="1.0" id="ABE8B9C1-3632-1B3F-E040-0AC8C5BB41B1"> <xsl:strip-space elements="*"/> <xsl:output method="html"/> <xsl:key name="functionCodeKey" match="gmd:CI_OnlineResource" use="normalize-space(gmd:function/gmd:CI_OnLineFunctionCode/@codeListValue)"/> <xsl:output method="text" /> <xsl:template name="onlineResource" match="/"> <html xmlns="http://www.w3.org/1999/xhtml"> <head></head> <table border="1" cellpadding="5"> <tr> <th> <xsl:choose> <xsl:when test="/gmd:CI_OnlineResource/gmd:function/gmd:CI_OnLineFunctionCode"> <xsl:value-of select="/gmd:CI_OnlineResource/gmd:function/gmd:CI_OnLineFunctionCode"/> </xsl:when> <xsl:otherwise> <xsl:value-of select="'Unknown Function'"/> </xsl:otherwise> </xsl:choose> </th> <td> <xsl:element name="a"> <xsl:attribute name="href"> <xsl:value-of select="/gmd:CI_OnlineResource/gmd:linkage/gmd:URL"/> </xsl:attribute> <xsl:value-of select="/gmd:CI_OnlineResource/gmd:name/gco:CharacterString"/> </xsl:element> <br> <xsl:value-of select="/gmd:CI_OnlineResource/gmd:description/gco:CharacterString"/> </br> </td> </tr> </table> </html> </xsl:template> </xsl:stylesheet>
- Stylesheet Type
- function
- Component Type
- {http://www.isotc211.org/2005/gmd}CI_OnlineResource
- Stylesheet Set
- NGDC-SS