Skip to content

xmlNodeListByIndex (XML Creation & Manipulation)

  • Purpose
  • This command gives the list of nodes available in the given XML with the help of an index.
  • The command fails if the index does not exist with an error message.
  • Syntax
  • xmlNodeListByIndex( xml_string || index, VariableName )
  • Target
  • xml_string || index 
  • Value
  • VariableName
  • Return Value
  • List of nodes within the given path  

Example(s):

Click here to see the example

 
 

Feedback and Knowledge Base