Multiple choice technology programming languages

XPath is a ____ for defining parts of an XML document.

  1. PROGRAM

  2. FUNCTION

  3. PROCEDURE

  4. SYNTAX

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

XPath provides a syntax for addressing and locating nodes within XML documents. It defines a path notation that identifies specific parts of an XML structure, serving as a query language rather than a program, function, or procedure.