Multiple choice technology web technology

XSLT documents are well-formed XML documents that describe how another XML document should be transformed. For XSLT to work, it needs an XML document to transform and an engine to make the transformation take place. Considering the above, choose the best suitable answer

  1. Above statement is completely wrong

  2. Above statement is partially correct

  3. Above statement is completely correct

  4. Above statement is partially wrong

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

XSLT documents are indeed well-formed XML that define transformation rules. They require: (1) an XML input document to transform, and (2) an XSLT processing engine to apply the transformation. The statement accurately describes XSLT fundamentals.