⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 iso-brief.xsl.svn-base

📁 由国外的一个著名的geonetwork修改而来
💻 SVN-BASE
字号:
<?xml version="1.0" encoding="UTF-8"?><xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"										xmlns:csw="http://www.opengis.net/cat/csw"										xmlns:gmd="http://www.isotc211.org/2005/gmd"										xmlns:ows="http://www.opengis.net/ows">	<!-- =================================================================== -->	<xsl:template match="gmd:MD_Metadata">		<xsl:copy>			<xsl:apply-templates select="gmd:fileIdentifier"/>			<xsl:apply-templates select="gmd:hierarchyLevel"/>			<xsl:apply-templates select="gmd:contact"/>			<xsl:apply-templates select="gmd:identificationInfo"/>		</xsl:copy>	</xsl:template>	<!-- =================================================================== -->	<xsl:template match="gmd:MD_DataIdentification">		<xsl:copy>			<xsl:apply-templates select="gmd:title"/>			<xsl:apply-templates select="gmd:graphicOverview"/>			<xsl:apply-templates select="gmd:topicCategory"/>			<xsl:apply-templates select="gmd:extent"/>		</xsl:copy>	</xsl:template>	<!-- =================================================================== -->	<xsl:template match="gmd:SV_ServiceIdentification">		<xsl:copy>			<xsl:apply-templates select="gmd:title"/>			<xsl:apply-templates select="gmd:graphicOverview"/>			<xsl:apply-templates select="gmd:serviceType"/>			<xsl:apply-templates select="gmd:serviceTypeVersion"/>			<xsl:apply-templates select="gmd:extent"/>			<xsl:apply-templates select="gmd:couplingType"/>		</xsl:copy>	</xsl:template>	<!-- === copy template ================================================= -->	<xsl:template match="@*|node()">		<xsl:copy>			<xsl:apply-templates select="@*|node()"/>		</xsl:copy>	</xsl:template>	<!-- =================================================================== --></xsl:stylesheet>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -