<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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据

词条统计

浏览:108 次

字数:3208

最后编辑:7年前

编辑次数:0 次

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文