Versions Compared

Key

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

...


Note: Writting directly in the XML file remember to replace special xml characters (using the GUI this translation is automatically done)

>

...

 by >
< by

...

 &lt;
& by &amp;

example of check:
Code Block
languagexml
<check>
      <check-1>$numvolumes==1</check-1>
      <check-2>$numnodes>1</check-2>
</check>

...