Notice that the text contents of the element for which you created the template are now displayed in bold - the XSL instruction is formatted with <b>
and </b>
. Also, the XSLT processor does not process this element's children (if there are any) because the new template you created does not specify <xsl:apply-templates/>
.