RE: javascript in xsl

Subject: RE: javascript in xsl
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Mon, 4 Dec 2000 11:05:24 -0000
> once we create a HTML using the xml and xsl, how can we trap 
> events based on controls created.
> i.e if we have a list box created in the final HTML, how can 
> i trap the on change event of the list box

You use XSLT to produce an HTML page containing client-side Javascript that
traps the interactive events, and when an event occurs, you invoke a new
XSLT transformation that generates a new HTML page.

Mike Kay


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


Current Thread