If an xsl:apply-templates
instruction contains a mode
attribute, the xsl:apply-templates
instruction can apply to only those xsl:template
instructions that specify a mode
attribute with the same value. If an xsl:apply-templates
instruction does not contain a mode
attribute, the xsl:apply-templates
instruction can apply to only those xsl:template
instructions that do not specify a mode
attribute.