|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: re - newbie question - <xsl: when test
> <xsl:when test="id=$lastid">
since you have sorted it you can go:
<xsl:when test="position() < 6">
otherwise you could have gone
<xsl:when test="id - $lastid < 5">
David
<xsl:element name="A">
<xsl:attribute name="href">#q<xsl:value-of
select="id"/></xsl:attribute>
That could more simply be written
<A href="#{id}">
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








