RE: [xsl] xsl to html help

Subject: RE: [xsl] 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