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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

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
508 views