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]
Other format: [Raw text]

Re: passing a value from HtML to XSL


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@webcsd.com


 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]