Re: [xsl] xsl to html help

Subject: Re: [xsl] xsl to html help
From: Laurence O Garfield <lgarfiel@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 4 Apr 2001 00:09:09 -0500 (CDT)
Use the attribute element inside the input tag.  I think it looks
something like this:

<input type="text">
	<attribute name="value">
		<xsl:value-of select="SourcePath" />
	</attribute>
</input>

Check my syntax, but that's probably the best way.

--Larry Garfield
lgarfiel@xxxxxxxxxxxxxxxxxxx

DePaul Linux Users Group Secretary

-- "If at first you don't succeed, skydiving isn't for you." :-)

On Tue, 3 Apr 2001, Java XML wrote:

> 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"/>'>
>
> but i get a parser error any other suggestions for this
>
> thanx in advance
> JAX
> _________________________________________________________________
> Get your FREE download of MSN Explorer at http://explorer.msn.com
>
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>
>


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


Current Thread