Not sure I understand either... Are you asking how to retrieve the elements
by ID from the Form collection? Or are you having problem accessing
elements when you are not sure what the ID of the element is?
--
Kirk Allen Evans
www.xmlandasp.net
Read my web log at
http://weblogs.asp.net/kaevans
"Oleg Tkachenko" <ol***@multiconn.com> wrote in message
news:eH**************@TK2MSFTNGP10.phx.gbl...
KathyB wrote: Hi, I have a transformed xml source into html for client input. In
order to update the xmlDoc on the server, how do I specify the correct
nodes if they are built dynamically through assigning id's via the xsl
transformation?
Example:
within the xml/html I could have two input boxes whose names are not
assigned until tranformation, e.g., step_2.1_measure,
step_3.2_measure. How to capture the inner.text of these two items in
the server-side code?
I'm not sure I fully understand what do you mean, but you can pass these
values as parameters to XSL Transformation using XsltArgumentList
collection.
--
Oleg Tkachenko
http://www.tkachenko.com/blog
Multiconn Technologies, Israel