xsl-list
[Top] [All Lists]

Re: creating page links

2003-01-06 07:54:28

  I would like to have navigation where each page number is
  displayed:

  1 2 3 4 5


I think you mean

<xsl:for-each select="item[position() mod 50 = 0]">
<a href="page{position()}.html"><xsl:value-of select="position()"/></a>
<xsl:text> </xsl:text>
</xsl:for-each>

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

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



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