Applicare XSLT ad un file XML
<%@ Page Language="VB" %>
<%@ Import Namespace="System.Xml" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>
<body>
<form id="form1" runat="server">
<div>
<asp:Xml ID="Xml1" runat="server" DocumentSource="~/magazzino.xml" TransformSource="~/magazzino.xsl"></asp:Xml>
</div>
</form>
</body>
</html>
Scarica il Codice...
Stampa la pagina