xsl-list
[Top] [All Lists]

Re: An XSL:Choose Issue.

2003-05-05 16:58:37

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

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

> <i><a href="#{(_at_)to(_dot_)entry}"><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



<Prev in Thread] Current Thread [Next in Thread>