Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在一个 TIBCO Designer.process文件中,我发现了这样的表达式:$SomeValue/text()=0.
.process
$SomeValue/text()=0
这是什么意思?
那$SomeValue是空的或空白的,还是什么?
$SomeValue
它将值评估为布尔值。这意味着如果 text() 为零,则映射的字段为真。通常 () 在 xpath 值中看不到,如果您可以发布确切的声明,那就太好了。