RE: getting data into attributes

Subject: RE: getting data into attributes
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Mon, 9 Oct 2000 10:40:51 +0100
> The requirement is- to populate the value of the text input 
> element in HTML from
> the data in XML using a XSL.
> 
> <INPUT TYPE="TEXT" NAME="NAME_TEXT" VALUE= xxxx> </INPUT>
> 
Either use attribute value templates (VALUE="{expression}") or use an
<xsl:attribute> instruction.

Mike Kay 


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


Current Thread