1. World Wide Web Consortium (W3C). (1999
November 16). XSL Transformations (XSLT) Version 1.0. W3C Recommendation. Section 5.3
"Defining Template Rules". The specification states
"A template rule is specified with the xsl:template element. The match attribute is a Pattern that identifies the source node or nodes to which the rule applies."
2. Workday
Inc. (2023). Workday Studio Assembly Guide. In the "XSLT Transformation" section
the documentation explains that elements are used to define the transformation logic for specific nodes within the input XML
such as processing each wd:ReportEntry from a RaaS output.
3. Kay
M. (2008). XSLT 2.0 and XPath 2.0 Programmer's Reference (4th ed.). Wrox. Chapter 3
"The XSLT Processing Model
" p. 115. The text describes the processing model where the processor searches for a template rule () that best matches the current node in the source tree.