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]
Other format: [Raw text]

RE: variable declaration


> "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@ntlworld.com
work: Michael.Kay@softwareag.com 

 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]