<xsl:template match="Title"> <h1> <xsl:apply-templates/> </h1> </xsl:template>
Source : <Title>Introduction</Title>
<Title>Introduction</Title>
Résultat : <h1>Introduction</h1>
<h1>Introduction</h1>
Vincent Quint
50/69