xsl-list
[Top] [All Lists]

RE: input + xsl:attribute

2002-09-26 04:01:16
I can think of about 17 things that could be wrong, but the most likely
one is that $isCID has a different value from what you think it has.

Give us some more clues ...

Michael Kay
Software AG
home: Michael(_dot_)H(_dot_)Kay(_at_)ntlworld(_dot_)com
work: Michael(_dot_)Kay(_at_)softwareag(_dot_)com 

-----Original Message-----
From: owner-xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com 
[mailto:owner-xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com] On Behalf Of 
Stevenson Ngila
Sent: 26 September 2002 09:38
To: Xsl-List(_at_)Lists(_dot_) Mulberrytech. Com
Subject: [xsl] input + xsl:attribute


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




 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



<Prev in Thread] Current Thread [Next in Thread>