Konflikte

<xsl:template match="*" priority="1">
  <b>Element</b>
</xsl:template>

<xsl:template match="p" priority="1">
  Absatz
</xsl:template>
  1. Import-Priorität
  2. Priorität (priority)
  3. Standard-Priorität:
    • "element" = 0
    • "*" = -0.25
    • "node()" = -0.5
    • Sonst: 0.5