[Home] [By Thread] [By Date] [Recent Entries]

Subject: RE: xsl to html help
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Wed, 4 Apr 2001 08:30:31 +0100
> I want to display the value of a node in a text box in html i 
> used it this 
> way
> 
> <input type="text" value='<xsl:value-of select="sourcePath"/>'>

Write

<input type="text" value="{sourcePath}">

It's called an Attribute Value Template.

Mike Kay
Software AG

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


Current Thread
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member