Re: [xsl] Probably a very simple xsl:if question

Subject: Re: [xsl] Probably a very simple xsl:if question
From: Jeroen Ruigrok/asmodai <asmodai@xxxxxx>
Date: Sat, 14 Feb 2004 12:10:58 +0100
-On [20040214 10:42], Andreas L. Delmelle (a_l.delmelle@xxxxxxxxxx) wrote:
>>       <xsl:variable name="now" select="date:date-time()"/>
>
><snip />
>> 	  <xsl:for-each select="entry">
>> 	    <xsl:sort data-type="date" order="descending" select="date"/>
>> 	    <xsl:variable name="
>> 	    <xsl:if test="date:year(date) = $now">
>
>And here you compare it with a date:year? Might be the source of your little
>problem.

*smacks head*

You know you've stared too long at a problem when stuff like this
doesn't become apparent.

semi-regexp: s/$now/date:year($now)/

Pass me a pointy hat please?

Thanks for smacking some clue back into me. ;)

-- 
Jeroen Ruigrok van der Werven <asmodai(at)wxs.nl> / asmodai / kita no mono
PGP fingerprint: 2D92 980E 45FE 2C28 9DB7  9D88 97E6 839B 2EAC 625B
http://www.tendra.org/   | http://diary.in-nomine.org/
I succeed him; no one could replace him...

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


Current Thread