gpt4 book ai didi

xslt - 如何删除 XSLT 中的尾随零

转载 作者:行者123 更新时间:2023-12-04 17:41:09 25 4
gpt4 key购买 nike

我有一个节点元素为 1.0123000。我正在使用 XSLT 进行转换。我需要输出为 1.0123。任何人都知道如何在 1.0 版的 XSLT 中做到这一点?

提前致谢,

最佳答案

这比你想象的要容易!只需使用 number()它将返回字符串 1.0123000作为数字 1.0123在 XSLT 1.0 中:

<xsl:value-of select="number('1.0123000')"/>

将返回
1.0123

函数 number()可以在 XPath 1.0 specification 中找到.

关于xslt - 如何删除 XSLT 中的尾随零,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3544819/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com