Multiple choice technology web technology

What is xPath ?

  1. It a way to describe where the items are located in a xml files

  2. It is used to traverse the XML

  3. It is an mandated property to be set before parsing an xmlparsing

  4. None of the above

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

XPath is a query language for selecting nodes from an XML document. It uses path expressions to navigate through elements and attributes in an XML document tree, allowing you to specify the location of items within the XML structure.