Multiple choice technology programming languages

XSL processors do parses the XML source and tries to find out the matching _______ rule.

  1. template

  2. file

  3. page

  4. directory

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

XSL processors parse the XML source tree and match nodes against template rules in the stylesheet. Each template defines how to process a particular node or set of nodes, enabling recursive transformation of the entire document.