You’ve Seen XPath in match Expressions
- <xsl:template match="title">
Matches <title> elements
- <xsl:template match="scene/title">
Matches <title> elements that have a <scene> parent
- <xsl:template match="para[@type='warning']">
Matches <para> elements that have a type attribute that has a value of “warning”