search.xsl
来自「This is not a very mean things」· XSL 代码 · 共 28 行
XSL
28 行
<?xml version="1.0" encoding="gb2312"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fo="http://www.w3.org/1999/XSL/Format">
<xsl:preserve-space elements="codes"/>
<xsl:template match="/">
<xsl:apply-templates/>
</xsl:template>
<xsl:template match="image">
<table align="{@location}">
<tr>
<td>
<img align="{@location}" alt="{text()}">
<xsl:attribute name="src">../FTP_Magazine/FTP_Issue/<xsl:value-of select="@url"/></xsl:attribute>
</img>
</td>
</tr>
<tr>
<td>
<center>
<xsl:apply-templates/>
</center>
</td>
</tr>
</table>
</xsl:template>
</xsl:stylesheet>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?