Attribute value qualifiers
You can check that an attribute has a particular value:
<xsl:template match="section[attribute(important)='true']"> ... </xsl:template>
[back]
[toc]
[next]