[thelist] input + xsl:attribute

Stevenson Ngila Stevenson at epr.footman-walker.com
Thu Sep 26 03:39:03 CDT 2002


I have an <xsl:attribute name="value"> tag in an input tag, this does write
the value, what could be wrong, please see my code below.

<input name="Site" class="inputDiv" style="width: 92%; margin-top: 1px;
margin-bottom: 1px; border-right: 0px;" onclick="showHideMVDEFDiv();"
tabindex="12">
	<xsl:if test="$iSCID != '0'">
		<xsl:attribute name="value">
			<xsl:value-of select="$iSite"/>
		</xsl:attribute>
	</xsl:if>
</input>

Thanks,
Stevenson Ngila
Footman-Walker Associates Ltd
http://www.footman-walker.co.uk






More information about the thelist mailing list