This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: getting data into attributes


> 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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]