xmlAssertPathExists (XML Creation & Manipulation)
- Purpose
- This command is used to check if the path exists in the input XML string.
- Syntax
- xmlAssertPathExists(xml_string || path, VariableName )
- Target
- xml_string || path
- Value
- VariableName
- Return Value
- Returns 0 if path does not exist or 1 if the path exists
Example(s):
Click here to see the example