RE: [xsl] Events for text boxs

Subject: RE: [xsl] Events for text boxs
From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx>
Date: Mon, 10 Jun 2002 20:40:34 +0100
> The follow code only fires the onChange event when a button 
> on the form is pressed NOT when the text in the textbox 
> changes......  HELP!!!!!! Do I just have a whole wrong idea 
> on how XSL is supposed to be used?

Yes, I do think your ideas are mixed up. XSLT transforms XML into (in
your case) HTML. If events are firing at the wrong time, it's a problem
in the HTML that you're generating, not an XSLT problem. It's a good
idea to develop working HTML pages first, then write stylesheets to
generate them.

Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx 


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


Current Thread