xsl:decimal-format
Element information
Namespace: http://www.w3.org/1999/XSL/Transform
Schema document: XSLT.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- Empty content
Attributes
| Name | Occ | Type | Description | Notes |
|---|---|---|---|---|
| Any attribute | [0..*] | Namespace: ##other, Process Contents: skip | from type xsl:anyType | |
| name | [0..1] | xsl:QName | ||
| decimal-separator | [0..1] | xsd:string | Default value is ".". | |
| grouping-separator | [0..1] | xsd:string | Default value is ",". | |
| infinity | [0..1] | xsd:string | Default value is "Infinity". | |
| minus-sign | [0..1] | xsd:string | Default value is "-". | |
| NaN | [0..1] | xsd:string | Default value is "NaN". | |
| percent | [0..1] | xsd:string | Default value is "%". | |
| per-mille | [0..1] | xsd:string | Default value is "‰". | |
| zero-digit | [0..1] | xsd:string | Default value is "0". | |
| digit | [0..1] | xsd:string | Default value is "#". | |
| pattern-separator | [0..1] | xsd:string | Default value is ";". |
Used in
- Type xsl:wrapper (Elements xsl:stylesheet, xsl:transform)


