Re: Problem with default values in forms

Subject: Re: Problem with default values in forms
From: Michael Hoffmann <m-hoffmann@xxxxxx>
Date: Thu, 30 Nov 2000 08:14:08 +0100
Mala 

why <xsl:text> ?
just leave it out...(<xsl:element name="input"><xsl:attribute
name="type"> hidden </xsl:attribute> and so on)

michael


>                <xsl:element name="input">
>                   <xsl:attribute name="type">
>                      <xsl:text>hidden</xsl:text>
>                   </xsl:attribute>
>                   <xsl:attribute name="name">
>                      <xsl:text>producer</xsl:text>
>                   </xsl:attribute>
>                   <xsl:attribute name="value">
>                      <xsl:text>URLProducer</xsl:text>
>                   </xsl:attribute>
>                </xsl:element>
> the value of producer parameter is always null!! What am I doing wrong
> here?
> 
> Mala


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


Current Thread