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

📄 app-schema.xsl.svn-base

📁 由国外的一个著名的geonetwork修改而来
💻 SVN-BASE
字号:
<?xml version="1.0" encoding="UTF-8"?><xsl:stylesheet version="1.0" xmlns    ="http://www.isotc211.org/2005/gmd"										xmlns:gco="http://www.isotc211.org/2005/gco"										xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"										xmlns:xsl="http://www.w3.org/1999/XSL/Transform">	<!-- ============================================================================= -->	<xsl:template match="*" mode="AppSchInfo">		<name>			<CI_Citation>				<xsl:apply-templates select="asName" mode="Citation"/>			</CI_Citation>		</name>		<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->		<schemaLanguage>			<gco:CharacterString><xsl:value-of select="asSchLang"/></gco:CharacterString>		</schemaLanguage>		<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->		<constraintLanguage>			<gco:CharacterString><xsl:value-of select="asCstLang"/></gco:CharacterString>		</constraintLanguage>		<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->		<xsl:for-each select="asAscii">			<schemaAscii>				<gco:CharacterString><xsl:value-of select="."/></gco:CharacterString>			</schemaAscii>		</xsl:for-each>		<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->		<xsl:for-each select="asGraFile">			<graphicsFile>				<gco:Binary><xsl:value-of select="."/></gco:Binary>			</graphicsFile>		</xsl:for-each>		<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->		<xsl:for-each select="asSwDevFile">			<softwareDevelopmentFile>				<gco:Binary><xsl:value-of select="."/></gco:Binary>			</softwareDevelopmentFile>		</xsl:for-each>		<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->		<xsl:for-each select="asSwDevFiFt">			<softwareDevelopmentFileFormat>				<gco:CharacterString><xsl:value-of select="."/></gco:CharacterString>			</softwareDevelopmentFileFormat>		</xsl:for-each>	</xsl:template>	<!-- ============================================================================= --></xsl:stylesheet>

⌨️ 快捷键说明

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