Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

A variable code prob

Status
Not open for further replies.

nigele2

Programmer
Oct 8, 2001
17
GB
Can anyone tell me why my variable is undefined. The element certainly has a value which appears in the text box.

<xsl:for-each select=&quot;@addrnumber&quot;>
<input type=&quot;text&quot; size=&quot;8&quot;> <xsl:attribute name=&quot;value&quot;> <xsl:value-of select=&quot;.&quot; /> </xsl:attribute> </input> <xsl:variable name=&quot;vaddrno&quot;> <xsl:copy-of select=&quot;.&quot; /> </xsl:variable> <xsl:value-of select=&quot;$vaddrno&quot; />
<a href=&quot;address01.asp?addrno={vaddrno}&quot;> Ad </a> </xsl:for-each>

Help
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top