[Home] [By Thread] [By Date] [Recent Entries]
> 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
|

Cart



