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: xsl to html help


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@students.depaul.edu

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


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