Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

1.1.1.     <FieldEqualsTo> check

 

Code Block
languagehtml/xml
<FieldEqualsTo Field="35">
               

  <Val>D</Val>
               

  <Val>G</Val>
               

  <Val>F</Val>

</FieldEqualsTo>
 

There is an attribute (mandatory) in the check - "Field". <FieldEqualsTo> element checks if tag is equal to the value from given <Val> list.

...