Hi Matt,
Thanks for your comments, i've found another way of doing it as follows.
<xsl:for-each select="date[month='01']">
<xsl:if test="position()=1">
<xsl:if test="status='completed'">
<img src="completed" border="0"...
Hi,
I'm trying to look at a list of dates and if one of those dates is in january then produce an output. The problem i have is that i don't want to produce the output twice even if there are dates in January listed more than once.
The following XML produces Y twice in the January column...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.