Assigning XML element value to Hidden form field in XSL?

admin

Administrator
Staff member
HiWe are using xsl with xml for presentation.In xsl wehave to get the value of one xml element in to the html form field hiddenvariable. Wetried as follows.It's not working properly.<input name="name" type="hidden" value=http://forums.devx.com/archive/index.php/"&ltxsl:value-of select='SPECIALITY'/&gt"/>In future we will pass this value to another JSP.This value part is nottaking the actual element value from the xml.Can anyone give suggestions for this.Thanks in advance.Vetrivel.C
 
Back
Top