Subject: RE: search word from an input tag
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Fri, 27 Oct 2000 12:29:21 +0100
|
> All this is partially working, I can hardcode the search word in
> my XSL file and it will generate the appropriate html file,
> but I want to be able to get the search word from an html file (from the
> input field),
> to determine the html file to be generated.
Assuming you are using XSLT and not the old IE5 XSL dialect, look at global
<xsl:param> elements and the Microsoft processor.addParameter() API.
Mike Kay
>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|