Multiple choice technology web technology What is xPath ? It a way to describe where the items are located in a xml files It is used to traverse the XML It is an mandated property to be set before parsing an xmlparsing 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.