|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: How do i specify maxlenght and size for an input b
> The size does'nt appear
> neither the maxlenght.
> <xsl:attribute name="name">txtFaxofAddr</xsl:attribute>
> <xsl:attribute name="maxlength">"3"</xsl:attribute>
> <xsl:attribute name="size">"3"</xsl:attribute>
The double quotes around the values are not needed (the same way
you've done the name attribute):
<xsl:attribute name="name">txtFaxofAddr</xsl:attribute>
<xsl:attribute name="maxlength">3</xsl:attribute>
<xsl:attribute name="size">3</xsl:attribute>
Hope this helps,
John
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








