xml editor

Supported platforms

Compatible with Windows7 & Mac OS X Snow Leopard

Ready for data server software
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

RE: [xsl] Incrementation i=i+1


Subject: RE: [xsl] Incrementation i=i+1
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Fri, 2 Feb 2001 11:27:38 -0000

> Is there something in xsl for incrementing
> a number like i = i + 1 ?
>
> I need to use that as a function for <a
> href="link-to-somewhere?para=i>Link</a>

XSLT doesn't have an assignment statement, if you want to understand why,
read Chapter 8 of my XSLT Programmer's Reference.

You can achieve nearly all numbering requirements using either
<xsl:number/>, count(), or position(). In the rare cases where these aren't
adequate, you can achieve the required effect using a two-stage
transformation, or a recursive template that calls itself with a parameter:

<xsl:with-param name="i" select="$i+1"/>

Mike Kay


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



Current Thread
Keywords
XML Editor | XML Author | WYSIWYG Editors | Schema Editor | XSD Documentation | XSL/XSLT Editor | XQuery | XML Databases | SVN Client
© 2002-2011 SyncRO Soft Ltd. All rights reserved. | Sitemap | Privacy Policy | This website was created & generated with <oXygen/>®XML Editor