Stylesheet Details
- Identifiers
- Brief
- XSL Stylesheet to Index_data View
- Uuid
- a615dd27-2707-4c5a-801a-26c79ac0cd3e
- Owner
- richard.fozzard
- Update Information
- Last Updater
- martin.aubrey
- Last Updated
- 2012-06-14 08:00:44 UTC
- Date Created
- 2012-03-21 15:06:43 UTC
- Attributes
- Index Data
- XSL Stylesheet to Index_data View Matches: ,/ ,xsl:template , ,
- Xml
- <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" id="a615dd27-2707-4c5a-801a-26c79ac0cd3e"> <xsl:output method="text" /> <xsl:template name="Documentation"> <xsl:text>XSL Stylesheet to Index_data View</xsl:text> </xsl:template> <xsl:template match="/"> <xsl:call-template name="printDocumentation"/> <!-- parse for all xsl:template/@match fields --> <xsl:text> Matches:</xsl:text> <xsl:apply-templates select="*"/> </xsl:template> <xsl:template match="xsl:template"> <xsl:value-of select="@match"/> <xsl:text> ,</xsl:text> </xsl:template> <xsl:template name="printDocumentation"> <xsl:value-of select="/xsl:stylesheet/xsl:template[@name='Documentation']"/> </xsl:template> </xsl:stylesheet>
- Stylesheet Type
- index_data
- Component Type
- {http://www.w3.org/1999/XSL/Transform}stylesheet
- Stylesheet Set
- NGDC-SS