Children qualifiers
You can check that an element has a particular subelement:
<xsl:template match="slide[image]"> <!-- do something here to display the image --> </xsl:template>
[back]
[toc]
[next]