[xsl] Need to use generate-id() or other method?

Subject: [xsl] Need to use generate-id() or other method?
From: "Kathy Burke" <Kathy_Burke@xxxxxxxxx>
Date: Wed, 23 Apr 2003 18:09:53 -0400
I have an xml/html form using an xsl stylesheet to create a table for
<process_step> elements. Each <process_step> has a StartTime attribute and
EndTime attribute. There can, of course, be 10 or 50 steps for any given xml
instance.

My XSLT creates an html button for each StartTime and EndTime attribute for
each <process_step>.

Using VB or Javascript I want to add code to capture the system date/time
when the user clicks on the button(s) associated with that <process_step>.
I'm trying to figure out how to refer to each button correctly matching each
step (am I making any sense?).

XSL Question:  I've read about generate-id() though not yet fully
understanding it. How would I dynamically assign matching IDs to each
<process_step> and related attributes for capturing data when generating the
xml/html form from xslt?

Thanks,

Kathy


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


Current Thread