XSL Patterns
Matching by name
<xsl:template match=“publication”>
Matching by ancestry
<xsl:template match=“publication/title”>
Matching several names
<xsl:template match=“title|keyword”>
Matching the root
<xsl:template match=“/”>
Wildcard matches
<xsl:template match=“*”>
Previous slide
Next slide
Back to first slide
View graphic version