RE: [xsl] variable declaration

Subject: RE: [xsl] variable declaration
From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx>
Date: Mon, 29 Apr 2002 16:26:54 +0100
> "And please can anyone help me out on
> values for text boxes in XSL's
> for an <input type="text" value=????>
> how do i specify the value ??"
> 
> <xsl:element name="input">
> 	<xsl:attribute name="type">text</xsl:attribute>
> 	<xsl:attribute name="value">??</xsl:attribute>
> </xsl:element>
> 

Or indeed <input type="text" value="{xpath-expression}"/>

Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx 

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


Current Thread