Re: [xsl] HTML input-Tag and XSLT

Subject: Re: [xsl] HTML input-Tag and XSLT
From: Alex Black <enigma@xxxxxxxxxxxxxxxx>
Date: Tue, 22 May 2001 10:42:29 -0700
> or if u like typing use the xsl:attribute tag to modify element
> 
> <input type="text">
> <xsl:attribute name="value"><xsl:value-of select="$web"/></xsl:attribute>
> </input>
> 
> cheers, jim fuller

hehhe, well said jim.

for that form library I had about 10,000 of those, and jeni mailed me (with
a skillfully constructed, tactful response), that I could just do this:

<input type="{$type}"> etc.

"close mouth"
"put index finger across mouth"
"make eeeeeeeeeeeeeeee sound"
"move index finger up and down"

:)

_a




--
alex black, ceo
enigma@xxxxxxxxxxxxxxxx

the turing studio, inc.
http://www.turingstudio.com

vox+510.666.0074
fax+510.666.0093



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


Current Thread