Skip to content

xmlCompare (XML Creation & Manipulation)

  • Purpose
  • This command is used to compare two XML strings.
  • If the xml_string is invalid, the command fails with an error and reason for the failure.
  • Syntax
  • xmlCompare(xml_string1 || xml_string2, VariableName )
  • Target
  • xml_string1 || xml_string2  
  • Value
  • VariableName
  • Return Value
  • Returns "0" if the strings do not match or "1" if the strings match

Example(s):

Click here to see the example

 
 

Feedback and Knowledge Base