Multiple choice

What is XSLT and give one use of XSLT?

  1. It is an extended style sheet language and is used for formatting.

  2. It is an extensible style sheet language and is used for editing.

  3. It is an extensible style sheet language and is used for formatting.

  4. It is an extensible language and is used for formatting.

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

XSLT (Extensible Stylesheet Language Transformations) is used to transform XML documents into other formats like HTML, plain text, or different XML structures. The 'extensible' refers to being part of the extensible stylesheet language family, and its primary use is formatting and transforming XML content.