Multiple choice technology programming languages

XPath is a language for finding information in an

  1. XML Document

  2. XHTML Document

  3. XSL Document

  4. XSD Document

Reveal answer Fill a bubble to check yourself
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.