If inside a template, such as:
<xsl:template match="para" mode="note">
<xsl:apply-templates select="." /><br />
</xsl:template>
Then does it only match para's inside notes? Or does it match para's
children also, or what? I didn't write this, only trying to understand
someone else's code.