Subject:Interactive XML pages Author:Mark Maltby Date:12 Apr 2006 04:19 PM
Is it possible to place check boxes and radio buttons into a style sheet to give users an interactive ability. I guess there would also have to a resubmit ability on the sheet.
Subject:Interactive XML pages Author:Tony Lavinio Date:13 Apr 2006 10:06 AM
Stylesheets are run to completion and transform some XML into the
result, and it is that result that is displayed in the browser.
So you cannot have events in XSLT fired. You can, however, construct
HTML code that includes those events, and _THAT_ will get executed
on the browser.