[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

test="" not taking value of attribute

Subject: test="" not taking value of attribute
From: Florian Leifeld <leifeld@xxxxxxxxxxxxxxxx>
Date: Tue, 26 Aug 2008 17:03:54 +0200
 test="" not taking value of attribute
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[@year=../@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.

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.