Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经为 XML 编写了自己的样式表,当我将此 xslt 用作 xml 样式表的参考时,它工作正常,但是当我将它分配给 div 的 innerhtml 时,它就不起作用了。
您可以使用 asp .net XML 控件代替使用 div,您可以从代码后面或通过 .aspx 页面指定您的 xslt 文件名和文档数据。
<asp:Xml ID="xmlViewControl" runat="server" TransformSource="Default.xsl"> </asp:Xml>
试试吧,它会工作的。