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

📄 info.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">		<!-- ============================================================================================= -->	<!-- === This stylesheet is used by the xml.info service -->	<!-- ============================================================================================= -->	<xsl:template match="/">		<response>			<xsl:apply-templates select="*"/>		</response>	</xsl:template>	<!-- ============================================================================================= -->	<xsl:template match="system">		<site>			<name><xsl:value-of select="children/site/children/name/value"/></name>			<siteId><xsl:value-of select="children/site/children/siteId/value"/></siteId>			<icon><xsl:value-of select="/root/env/baseURL"/>/images/logos/<xsl:value-of select="children/site/children/siteId/value"/>.png</icon>			<platform>				<name>geonetwork</name>				<version><xsl:value-of select="children/gnVersion/value"/></version>			</platform>		</site>	</xsl:template>		<!-- ============================================================================================= -->	<xsl:template match="categories">		<xsl:copy>			<xsl:for-each select="record">				<category>					<xsl:copy-of select="name"/>					<xsl:copy-of select="label"/>				</category>			</xsl:for-each>		</xsl:copy>	</xsl:template>	<!-- ============================================================================================= -->	<xsl:template match="groups">		<xsl:copy>			<xsl:for-each select="record">				<group id="{id}">					<xsl:copy-of select="name"/>					<xsl:copy-of select="description"/>					<xsl:copy-of select="email"/>					<xsl:copy-of select="referrer"/>					<xsl:copy-of select="label"/>				</group>			</xsl:for-each>		</xsl:copy>	</xsl:template>	<!-- ============================================================================================= -->	<xsl:template match="knownNodes">		<xsl:copy>			<xsl:for-each select="record">				<node>					<xsl:copy-of select="*"/>				</node>			</xsl:for-each>		</xsl:copy>	</xsl:template>	<!-- ============================================================================================= -->	<xsl:template match="env"/>	<!-- ============================================================================================= --></xsl:stylesheet>

⌨️ 快捷键说明

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