[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] An XSL:Choose Issue.


Subject: Re: [xsl] An XSL:Choose Issue.
From: Ben Trafford <ben@xxxxxxxxxxxxx>
Date: Mon, 05 May 2003 19:58:37 -0400


At 05:21 PM 5/5/2003 -0600, Mike Brown wrote:


last is a function. position() = last()

> <i><a href="#{@...}"><xsl:apply-templates/></a>.</i>
> </xsl:when>
> <xsl:when test="(not(position() = 1)) or (not(position() = last))" >


instead of xsl:when you want xsl:otherwise (no test or anything)

Okay, I fixed the function (a big duh on my part, there), and added the xsl:otherwise...but no dice. I get exactly the same output.


--->Ben


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




Current Thread