xsl-list
[Top] [All Lists]

XSL Variable problem

2005-03-09 13:23:00
Hi all,

I have been struggling with a very weird problem.

<xsl:variable name="soldplan">
  <xsl:value-of select="$InputNodes[(_at_)AttrName='Selected H Plan']"/>
</xsl:variable>

<xsl:variable name="soldrate"
select="//MatrixResult/MatrixRow[(_at_)ID=$soldplan]"/>

Here I couldn't find the corresponding MatrixRow ($soldplan='TA')

But following will find the correct row

<xsl:variable name="soldrate"
select="//MatrixResult/MatrixRow[(_at_)ID='TA']"/>

Can you tell me what did I do wrong?

Thanks a lot!



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>