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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Passing parameters to XSLT

Status
Not open for further replies.

arunrathna

Programmer
Apr 27, 2001
20
IN
Hi,
I need to produce dynamic Web pages with ASP and XSLT by passing user-request parameters from an ASP program to an XSLT style sheet used to render the Web page. I understand that there is a way to do this in java(using setStylesheetParam method of XSLTProcessor class), but I am not able to find how to do with MSXML in ASP. Can u please give me any useful tip on this.

Thanx,
Rathna.
 
Hi Rathna,

Why not embed these parameters in your xml and read them in your stylesheet and take actions accordingly??

Jordi Reineman
 
Thanx Jordi,
I understand from ur reply that I need to modify an XML template with the user input values. For this I may have to use DOM XML API, I believe (Forgive me if I sound naive here). Have I understood ur answer right??

Rathna.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top