Re: get the value from a different child

Subject: Re: get the value from a different child
From: Nicola Cubeddu <cubo@xxxxxx>
Date: Thu, 04 May 2000 12:46:15 +0100
OK, I find the error!

<xsl:value-of select="BILLING_ATTRIBUTES[NAME=$myName]"/>
the correct line  was
<xsl:value-of select="BILLING_ATTRIBUTES[NAME=$myName]/VALUE"/>

ciao

> <xsl:template match="ATTRIBUTE[PERMISSION='1']">
>   <TR>
>     <TD>
>       <xsl:value-of select="NAME"/>
>     </TD>
>     <TD>
>      <INPUT TYPE="TEXT">
>         <xsl:attribute name="NAME"><xsl:value-of
> select="NAME"/></xsl:attribute>
>         <xsl:variable name="myName"><xsl:value-of
> select="NAME"/></xsl:variable>
>
>         <xsl:attribute name="VALUE">
>            <xsl:value-of select="BILLING_ATTRIBUTES[NAME=$myName]"/>
>         </xsl:attribute>
>      </INPUT>
>  ...
>
> I appreciate all comment.
> ciao ciao




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


Current Thread