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

Re: test="" not taking value of attribute

Subject: Re: test="" not taking value of attribute
From: Florian Leifeld <leifeld@xxxxxxxxxxxxxxxx>
Date: Tue, 26 Aug 2008 17:19:44 +0200
Re:  test="" not taking value of attribute
Am 26.08.2008 um 17:08 schrieb Michael Kay:

[..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?

You haven't shown us your XML source, but my guess is that you are imagining
that ../@date selects the same thing inside the predicate as it would select
outside the predicate. In fact the context node changes inside the
predicate. Perhaps you want


test="$veranstaltungen[@year=current()/../@date]

Michael Kay
http://www.saxonica.com/


Your solution worked! Thank you very much.


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.