...
Note: Writting directly in the XML file remember to replace special xml characters (using the GUI this translation is automatically done)
>
...
by >
< by
...
<
& by &
example of check:
Code Block | ||
---|---|---|
| ||
<check> <check-1>$numvolumes==1</check-1> <check-2>$numnodes>1</check-2> </check> |
...