Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

The Xor Condition

The Xor Condition can be used to combine other conditions with the XOR logical operator.

Example:

<condition type="..." id="condition1">...</condition>
<condition type="..." id="condition2">...</condition>

<condition type="xor" id="condition3">
    <condition type="ref" refid="condition1" />
    <condition type="ref" refid="condition2" />
</condition>

Nested Elements

The Xor condition takes 2 other conditions.

condition

A reference to a condition, which will be XORed with the other.

  • No labels