<xsl:decimal-format> - XSLT: Extensible Stylesheet Language Transformations 编辑
XSLT/XPath Reference: XSLT elements, EXSLT functions, XPath functions, XPath axes
The <xsl:decimal-format>
element defines the characters and symbols that are to be used in converting numbers into strings using theformat-number( )
function.
Syntax
<xsl:decimal-format name=NAME decimal-separator=CHARACTER grouping-separator=CHARACTER infinity=STRING minus-sign=CHARACTER NaN=STRING percent=CHARACTER per-mille=CHARATER zero-digit=CHARACTER digit=CHARACTER pattern-separator=CHARACTER />
Required Attributes
None.
Optional Attributes
name
- Specifies a name for this format.
decimal-separator
- Specifies the decimal point character. The default is (
.
).
grouping-separator
- Specifies the thousands separator character. The default is (
,
).
infinity
- Specifies the string used to represent infinity. The default is the string "
Infinity
".
minus-sign
- Specifies the minus sign character. The default is the hyphen (
-
).
NaN
- Specifies the string used when the value is not a number. The default is the string "
NaN
".
percent
- Specifies the percentage sign character. The default is (
%
).
per-mille
- Specifies the per thousand character. The default is (
‰
).
zero-digit
- Specifies the digit zero character. The default is (
0
).
digit
- Specifies the character used in the format pattern to stand for a digit. The default is (
#
).
pattern-separator
- Specifies the character separating positive and negative subpatterns in a format pattern. The default is the semi-colon (
;
).
Type
Top-level, must be the child of <xsl:stylesheet>
or <xsl:transform>
.
Defined
XSLT, section 12.3.
Gecko support
Supported as of 1.0 (Mozilla 1.0, Netscape 7.0).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论