[xsl] RE: textarea value

Subject: [xsl] RE: textarea value
From: "Henk J Meulekamp" <henkmeulekamp@xxxxxxxxx>
Date: Fri, 17 Jan 2003 11:42:54 +0100
Use this instead,

| <TEXTAREA class="txtBox" id="description" name="description" 
| style="WIDTH: 400px"  
|                             size="40" rows="10" cols="20">
|     
|                <xsl:value-of 
| select="/PROPOSAL/PLANINFO/ROWSET/ROW/DESCRIPTION"/>
|     
| </TEXTAREA>

Data in a textarea should be text inside the textarea element. Not an
attribute value.

Regards
Henk meulekamp



| -----Original Message-----
| From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx 
| [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of 
| RakeshSeth@xxxxxxxxxx
| Sent: vrijdag 17 januari 2003 11:23
| To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
| Subject: 
| 
| 
| Hi
| I am displaying the value in textarea using XML-XSL
| following is the code
| <TEXTAREA class="txtBox" id="description" name="description" 
| style="WIDTH: 400px"  
|                             size="40" rows="10" cols="20">
|      <xsl:attribute name="value">
|                <xsl:value-of 
| select="/PROPOSAL/PLANINFO/ROWSET/ROW/DESCRIPTION"/>
|       </xsl:attribute>
| </TEXTAREA>
| 
| I am not able to see the value in textarea can any one help 
| me inthat case Rakesh
| 
| 
| 
| MASTEK
| Investing in relationships
| In the US, we're called MAJESCO
| 
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| Opinions expressed in this e-mail are those of the individual 
| and not that of Mastek Limited, unless specifically indicated 
| to that effect. Mastek Limited does not accept any 
| responsibility or liability for it. This e-mail and 
| attachments (if any) transmitted with it are confidential 
| and/or privileged and solely for the use of the intended 
| person or entity to which it is addressed. Any review, 
| re-transmission, dissemination or other use of or taking of 
| any action in reliance upon this information by persons or 
| entities other than the intended recipient is prohibited. 
| This e-mail and its attachments have been scanned for the 
| presence of computer viruses. It is the responsibility of the 
| recipient to run the virus check on e-mails and attachments 
| before opening them. If you have received this e-mail in 
| error, kindly delete this e-mail from all computers. 
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| 
| 
|  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
| 
| 



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


Current Thread