XPath is a language for finding information in an
-
XML Document
-
XHTML Document
-
XSL Document
-
XSD Document
A
Correct answer
Explanation
XPath is designed to navigate and query elements and attributes within XML documents. It provides a syntax for addressing specific parts of an XML document, making it essential for XSLT transformations and XML data manipulation.