docs.rodeo

MDN Web Docs mirror

The <xsl:number> element counts things sequentially. It can also be used to quickly format a number.

Syntax

<xsl:number
  count=EXPRESSION
  level="single" | "multiple" | "any"
  from=EXPRESSION
  value=EXPRESSION
  format=FORMAT-STRING
  lang=XML:LANG-CODE
  letter-value="alphabetic" | "traditional"
  grouping-separator=CHARACTER
  grouping-size=NUMBER  />

Required Attributes

None.

Optional Attributes

Type

Instruction, appears within a template.

Specifications

XSLT, section 7.7

Gecko support

Partial support. See comments above.

In this article

View on MDN