xsl-list
[Top] [All Lists]

[xsl] test="" not taking value of attribute

2008-08-26 10:04:27
Hi XSL-list I am running into difficulties right here.
I am using XSLT 1.0 with Sablotron.

[.…snip…]
<xsl:variable name="veranstaltungen" select="//news/month" />
<xsl:when test="$veranstaltungen[(_at_)year=(_dot_)(_dot_)/@date]/@name = substring (@name,1,3)">
   do something
</xsl:when>
[.…snip…]

Why does the "../@date" in the while clause not contain (at least it seems so) anything? If if print out the content of "../@date" with <xsl:value-of select="../@date" /> it shows me "2007". This does not produce an error, it just neglates the condition which always results in "false". If I manually replace the ../@date with 2007 (or whatever string I know is good) in the test case it works.

Thank you in advance. --~------------------------------------------------------------------
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>