- Removed unused digit-separator variable.
1 parent a462b15 commit 06d0ba9f0a42f4f74ad6e076716d8252ab9acb3c
nstanger authored on 29 Sep 2011
Showing 1 changed file
View
3
■■
modules/number-formatting.xml
<xsl:otherwise>
<xsl:message terminate="yes">The mode parameter of function infosci:separate-thousands must be one of the values 'L', 'l', 'R' or 'r'.</xsl:message>
</xsl:otherwise>
</xsl:choose>
<xsl:variable name="digit-separator">
<xsl:text disable-output-escaping="yes">&amp;thinsp;</xsl:text>
</xsl:variable>
<!--
Recursively subdivide the sequence. Terminate when sequence length <= 3. Note that we have to use the numeric entity for thin space rather than the character entity &thinsp; because of the weird way XSLT handles character entities. Using the character entity, the HTML visibly displays as "&thinsp;".
-->
<xsl:sequence select="