The is the core component in XSLT. It defines the transformation rules that will be applied to nodes in the XML document.
“Without at least one element, an XSLT file cannot perform any transformation. This is the execution block where processing logic begins.”
Why the others are incorrect:
B. applies templates but is not valid without the actual template definitions.
C. calls named templates — which must first exist.
D. defines format but does not perform transformation logic.
[Reference:W3C XSLT Specification – Section: xsl:template Required for ExecutionWorkday XSLT Examples – “Template-Based Transformations in Workday”, , ]
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit