xmlAppendToNodeList (XML Creation & Manipulation)
- Purpose
- This command is used to append values to the end of the indicated NodeList within an XML document and returns the result.
- The command fails if the path does not exist with an error message "XML_PATH_DOES_NOT_EXIST".
- Syntax
- xmlAppendToNodeList(xml_string || {path,val} || {path, val}, VariableName )
- Target
- xml_string || {path,val} || {path, val}
- Value
- VariableName
- Return Value
- Returns the NodeList with appended value.
Example(s):
Click here to see the example