how to increment global variable
Hi,
I'm using XSLT 2.0
I would like to have a value that increment every now and then.
For example:
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
version="2.0">
<xsl:output method="xml" indent="yes"/>
<xsl:variable name="position" select="0"/>
<xsl:template match="
</xsl:stylesheet>
output
<library>
|