The match attribute is used to associate a template with an XML element. The match attribute can also be used to define a template for the entire XML document. The value of the match attribute is an XPath expression
(i.e. match="/" defines the whole document).
The <xsl:template> element defines a template. The
match="/" attribute associates the template with the root of the XML source document.