-1

我是 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)是空的。你能给我一些例子吗?

4

2 回答 2

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

于 2013-02-13T15:59:34.887 回答
0

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

于 2013-02-13T16:36:20.303 回答