<xsl:template match="Titre"> <h1> <xsl:apply-templates/> </h1> </xsl:template>
Source : <Titre>Introduction</Titre>
<Titre>Introduction</Titre>
Résultat : <h1>Introduction</h1>
<h1>Introduction</h1>
Vincent Quint
24/70