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]

RE: search word from an input tag


> 	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

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