Wildcards
Anywhere that an element type name can go, a wildcard can go instead.
A wildcard looks like this: "*"
Wildcards match a single element.
<xsl:template match="slide/*/title"> ...</xsl:template>
[back]
[toc]
[next]