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: javascript in xsl


> 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

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