Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

XSL parameter passing

Status
Not open for further replies.

bueller

Programmer
Aug 27, 2002
76
US
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=&quot;server&quot;>
<asp:Xml DocumentSource=&quot;./data/B1.xml&quot; TransformSource=&quot;BanditSlim.xsl&quot; runat=&quot;server&quot; />
</form>

</body>
</html>
Thanks,
bueller
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top