#18
Multiple Templates - Priorities
For example:
para → 0 h:* → -0.25 * → -0.25 node() → -0.5 contents/para → 0.5 contents/* → 0.5
You can adjust the priority to get what you want with a 'priority' attribute.
Example:
<xsl:template match="h:*" priority="1"> ... </xsl:template>