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]

Re: Problem with default values in forms


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]