📄 showparameters.xsl
字号:
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:import href="jpluck.xsl"/>
<!-- Displays the standard parameters passed by JPluck to the stylesheet.-->
<xsl:template name="showParameters">
<strong>uri:</strong>
<xsl:value-of select="$uri"/>
<br/>
<strong>document.name:</strong>
<xsl:value-of select="$document.name"/>
<br/>
<strong>document.startPage:</strong>
<xsl:value-of select="$document.startPage"/>
<br/>
<strong>document.linkDepth:</strong>
<xsl:value-of select="$document.linkDepth"/>
<br/>
<strong>document.stayOnHost:</strong>
<xsl:value-of select="$document.stayOnHost"/>
<br/>
<strong>document.stayBelowPath:</strong>
<xsl:value-of select="$document.stayBelowPath"/>
<br/>
<strong>document.includeImages:</strong>
<xsl:value-of select="$document.includeImages"/>
<br/>
<strong>document.includeImageAltText:</strong>
<xsl:value-of select="$document.includeImageAltText"/>
<br/>
<strong>document.includeFullSizeImages:</strong>
<xsl:value-of select="$document.includeFullSizeImages"/>
</xsl:template>
</xsl:stylesheet>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -