Setting attributes for forms

Subject: Setting attributes for forms
From: Cliodhna Mc Guirk <cliodhna@xxxxxx>
Date: Tue, 20 Jul 1999 12:43:42 +0100
Is it possible to use <xsl:attribute ..> to
set the "value" attribute of the HTML
input tag? Eg something like:

<xsl:template match="body">

   <FORM>
    <B>Body:</B> <INPUT TYPE="text" SIZE="30">
    <xsl:attribute name="VALUE"><xsl:value-of select="body>
    </xsl:attribute>
    </INPUT>
   </FORM>

   </xsl:template>

Except you can't have </INPUT> in HTML. Any suggestions?

Thanks
Cliodhna

--
============================================================================

___ Dublin_______NUA: Internet Strategy & Development_________ New
York_____
Tel: +353-1-676-8996       http://www.nua.ie/            Tel: + 212 358
1775
Fax: +353-1-283-9988                                     Fax: + 212 358
1760
Cliodhna Mc Guirk                                     EMAIL:
cliodhna@xxxxxx



--
============================================================================
___ Dublin_______NUA: Internet Strategy & Development_________ New York_____
Tel: +353-1-676-8996       http://www.nua.ie/            Tel: + 212 358 1775
Fax: +353-1-283-9988                                     Fax: + 212 358 1760
Cliodhna Mc Guirk                                     EMAIL: cliodhna@xxxxxx




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


Current Thread