1 | Matching by ID |
2 | <xsl:template match="id(pn1)"> |
3 | Matching by attribute |
4 | <xsl:template match="publication[attribute(number) =`pn1']"> |
5 | Matching by child |
6 | <xsl:template match="publication[date]"> |
7 | Matching by position |
8 | <xsl:template match="publication[first-of-type()]"> |