RoxenCMS 5.4Web Developer ManualXSLT Tags

   

<xsl:apply-imports>
<xsl:apply-templates>
<xsl:attribute>
<xsl:attribute-set>
<xsl:call-template>
<xsl:choose>
<xsl:comment>
<xsl:copy>
<xsl:copy-of>
<xsl:decimal-format>
<xsl:element>
<xsl:fallback>
<xsl:for-each>
<xsl:if>
<xsl:import>
<xsl:include>
<xsl:key>
<xsl:message>
<xsl:namespace-alias>
<xsl:number>
<xsl:otherwise>
<xsl:output>
<xsl:param>
<xsl:preserve-space>
<xsl:processing-instruction>
<xsl:sort>
<xsl:strip-space>
<xsl:stylesheet>
<xsl:template>
<xsl:text>
<xsl:transform>
<xsl:value-of>
<xsl:variable>
<xsl:when>
<xsl:with-param>

<xsl:decimal-format/>

Provided by module: CMS: XSLTransform

Top-level element which declares a decimal format which controls the interpretation of patterns used by the format-number() function.

See also the XSLT specification.


Attributes

name="string"

Name of format. If not provided the default values are changed.


decimal-separator="char"

Sets the character used as decimal sign. Default value is '.'.


grouping-separator="char"

Sets the character used as grouping (e.g. thousands) separator. Default value is ','.


infinity="string"

Sets the string used to represent infinity. Default value is 'Infinity'.


minus-sign="char"

Sets the character used as minus sign. Default value is '-'.


NaN="string"

Sets the string used to represent NaN (Not a Number). Default value is 'NaN'.


percent="char"

Sets the character used as percent sign. Default value is '%'.


per-mille="char"

Sets the character used as per mille sign. Default value is '&#x2030' (the Unicode character #x2030).


zero-digit="char"

Sets the character used as digit zero. Default value is '0'.


digit="char"

Sets the character used as digit placeholder. Default value is '#'.


pattern-separator="char"

Sets the character used as pattern separator which separates positive and negative sub-patterns in a pattern. Default value is ';'.