This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

parsing a variable from a ASP page to XSL file


I  am having some problem in parsing a variable from a ASP page to XSL file.

this is the ASP page:
	doc.load(xmlsource)
	stylesheet.load(xslsource)
	oParam=SelectSingleNode("//xsl:param[@name='param1']")
	oparam.text="hello"
	Response.Write(doc.transformNode(stylesheet))

i have the following code in my XSL file to get the variable parse from ASP
page.
	<xsl:value-of select="item[$param1]"/>

Is this the right way to parse a variable to XSL file???

Please help, thank you guys.

Howard




 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]