What does `text()=0` mean in TIBCO designer?

106 views Asked by At

In one of the TIBCO Designer .process files I found an expression like this: $SomeValue/text()=0.

What does it mean?

That $SomeValue is null or blank, or what?

1

There are 1 answers

0
PrashanthME On BEST ANSWER

Its evaluating the value to a Boolean.. meaning if text() is zero, then the field for which it is mapped becomes true. Generally () are not seen in the xpath values, would be great if you could post the exact statement.