XML Dynamic Forms

wxdqz

New Member
I am trying to create dynamic form elements (actually, the only dynamic partneeds to be the NAME attribute) by selecting nodes from an XML file. Ikeep getting the message that tells me i can't use the < symbol in an attribute.The code i'm trying to use is<input type="text" NAME=<xsl:value-of select="@ProductName"/>>but it's not working. Is this possible? Can anyone advise?Thanks in advance
 
Back
Top