Skip to Main Content

Application Development Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How do I write if conditions with && in xml

AakashGoplaniMay 9 2017 — edited May 9 2017

I am trying to write a logic that evaluates if both the conditions are true in XML, so my code goes like this:

<IF COND="IsVariable.c=true AND IsVariable.cid=true">

...

</IF>

The above statement does not evaluates, also I have tried using IsVariable.c=true &amp;&amp; IsVariable.cid=true even this does not evaluates

What is the correct way of writing if conditions with && in xml?

This post has been answered by Joe_Scanlon on May 9 2017
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 6 2017
Added on May 9 2017
2 comments
534 views