Multiple choice technology web technology

XSLT is ____________

  1. a language for navigating in XML documents

  2. a language for transforming XML documents

  3. a language for formatting XML documents

  4. is a language for Parsing XML documents

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

XSLT (Extensible Stylesheet Language Transformations) is a language designed for transforming XML documents from one format to another. While it can be used for formatting and includes XPath for navigation, its primary purpose is transformation. XPath is specifically for navigation, not XSLT. Options A, C, and D describe other XML technologies or aspects of XSLT.