Matching by ID |
<xsl:template match="id(pn1)"> |
Matching by attribute |
<xsl:template match="publication[attribute(number) =`pn1']"> |
Matching by child |
<xsl:template match="publication[date]"> |
Matching by position |
<xsl:template match="publication[first-of-type()]"> |