gpt4 book ai didi

xml - 使用 XSLT ? 时如何指定 "equals to”

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

我是 XSLT 的新手。就我而言,假设我使用以下代码:

<xsl:when test="(abc/def == 9)">
N/A
</xsl:when>

我必须使用 == 条件,但它会产生错误。只接受 != 条件。请让我知道 是否有任何规定等于 等于 XSLT 中的条件检查。

最佳答案

你有没有试过:

<xsl:when test="(abc/def = 9)">

XSLT 知道这里不会进行赋值,因此将进行比较

关于xml - 使用 XSLT <xsl :when>? 时如何指定 "equals to”,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19004492/

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