Hi all,
I have an XSL document that i use to format and display xml data to the screen. The problem i am having is how do i pass in a parameter to the XSL sheet with ASP.NET. I know how to do it with regular ASP. Below is the asp page i am using to call the XSL.
<html>
<body>
<form runat="server">
<asp:Xml DocumentSource="./data/B1.xml" TransformSource="BanditSlim.xsl" runat="server" />
</form>
</body>
</html>
Thanks,
bueller
I have an XSL document that i use to format and display xml data to the screen. The problem i am having is how do i pass in a parameter to the XSL sheet with ASP.NET. I know how to do it with regular ASP. Below is the asp page i am using to call the XSL.
<html>
<body>
<form runat="server">
<asp:Xml DocumentSource="./data/B1.xml" TransformSource="BanditSlim.xsl" runat="server" />
</form>
</body>
</html>
Thanks,
bueller