xml and drop-down list in HTML

wxdqz

New Member
Hi,I am new to xml and need help on this...I have xml with the following structure<node><subnode id = "1" url="www..."> one </subnode><subnode id = "2" url="www..."> two </subnode><node>The subnodes are presented as options in dropdown list.Once user has selected an option how can I extract the url for that particularnode in XSL and pass to a javascript function.Thanks
 
Back
Top