xmlNodeListByPath (XML Creation & Manipulation)
- Purpose
- This command gives the list of nodes available in the given path of an XML
- Syntax
- xmlNodeListByPath(xml_string || path, VariableName )
- Target
- xml_string || path
- Value
- VariableName
- Return Value
- Returns list of nodes in the specified path.
Example(s):
Click here to see the example