XSL指向页面的链接

时间:2013-02-13 14:42:00

标签: templates xslt href apply-templates

我是XSL的新手,请原谅我,如果我的问题太容易了。

查看代码

<table class="foot_table">
    <tr>
        <td>
            <div id="open_all">
            <a href="/shop/showall">show all</a>
            </div>
            </td>   
        <td>
<div id="producers_footer">
close
    </div>
</td>
</tr>
</table>

所以我有页面showall.xsl。如何将xslt模板与该页面连接? 因为现在我的页面(showall)是空的。 你能告诉我一些例子吗?

2 个答案:

答案 0 :(得分:1)

不完全确定,但我认为您正在寻找XSLT处理器。 XSLT处理器获取源代码(在您的情况下为html)并在其上执行showall.xslt并生成新输出。

一些参考文献: http://www.xml.com/pub/a/2000/08/30/xsltandhtml/index.html http://en.wikipedia.org/wiki/Category:XSLT_processors

答案 1 :(得分:0)

您可以下载Visual Studio Express 2012的免费副本并在其中处理xslt和xml。