I cannot find many examples of how to use tXSDvalidator.
I have an XML file that contains nested loops.
I though I should be able to enter
Xsd file | enter the xsd file path here
XML | enter the xml file path here
If XML is valid, display | message to output if xml is valid
If XML is invalid, display| message to output if xml is invalid
On one of the if connections conditions I tried to enter
!((Boolean)globalMap.get("tXSDValidator_1_VALID"))
On the other I tried to enter
((Boolean)globalMap.get("tXSDValidator_1_VALID"))
But when I move focus to another component the conditions disappear.
Thanks for any advice.
After entering the condition the save icon was not illuminated and without saving the conditions disappears. I assume this is a bug.
I have noticed that code entered in tJava row disappears when focus is moved to another component unless first saved.