I am using one xslt file for count the number of elements in an XML file that have a particular value (to verify uniqueness) and stored in xsl variable name. This xml file is created programatically and value of the number of the elements sometimes may exceed 1 million.
Due to this high level range, I am little afraid about range limit of xsl:variable or count attribute.
I don’t know whether xsl:variable or count attribute has limited range (Starting range and ending range) or not?