The values for match attribute of ≶xsl:template> can be
        <ul>
        <li>/ matches the document node</li>
        <li>* matches any element</li>
        <li>text() matches text nodes</li>
        <li>The name of an element matches that element</li>
        <li>path patterns</li>
        </ul>

        <pre data-sub="prettyprint:_">
        </pre>