Subject: Re: passing a value from HtML to XSL
From: Antonio Bueno <atnbueno@xxxxxxxxxx>
Date: Mon, 18 Feb 2002 19:27:26 +0100
|
Hi, Kit.
ª¤> Hi, can somebody tell me how is a value in a html pass directly to an xsl?
ª¤> i have a html form that allows end user to type in the keywords, once type
ª¤> the value is pass into the xsl file. is that feasible, if not is there is
ª¤> any other ways to get round it?
I've done it with ASPs in the middle:
1) An HTML form sends the data to an ASP
2) XSLT parameters are set with the DOM (VBScript or JScript)
3) transform XML data
You've got the code (VBScript) to do this at
http://www.biglist.com/lists/xsl-list/archives/200103/msg01037.html
Saludos,
Antonio
http://www.webcsd.com
mailto:atnbueno@xxxxxxxxxx
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|