correct error in xsl

develop
jgenero 3 years ago
parent ec4e7994b1
commit 051ea9a044

@ -423,40 +423,31 @@
<i style="font-size: small;">(À gauche :)</i> <xsl:apply-templates/> <i style="font-size: small;">(À gauche :)</i> <xsl:apply-templates/>
</xsl:when> </xsl:when>
<xsl:when test="@subtype='droite'"> <xsl:when test="@subtype='droite'">
<xsl:text> <i style="font-size: small;">(À droite :)</i> <xsl:apply-templates/>
<i style="font-size: small;">(À droite :)</i> </xsl:text><xsl:apply-templates/>
</xsl:when> </xsl:when>
<xsl:when test="@subtype='replidroit'"> <xsl:when test="@subtype='replidroit'">
<xsl:text> <i style="font-size: small;">(Sur le repli, à droite :)</i> <xsl:apply-templates/>
<i style="font-size: small;">(Sur le repli, à droite :)</i> </xsl:text><xsl:apply-templates/>
</xsl:when> </xsl:when>
<xsl:when test="@subtype='repligauche'"> <xsl:when test="@subtype='repligauche'">
<xsl:text> <i style="font-size: small;">(Sur le repli, à gauche :)</i> <xsl:apply-templates/>
<i style="font-size: small;">(Sur le repli, à gauche :)</i> </xsl:text><xsl:apply-templates/>
</xsl:when> </xsl:when>
<xsl:when test="@subtype='replicentre'"> <xsl:when test="@subtype='replicentre'">
<xsl:text> <i style="font-size: small;">(Sur le repli, au centre :)</i> <xsl:apply-templates/>
<i style="font-size: small;">(Sur le repli, au centre :)</i> </xsl:text><xsl:apply-templates/>
</xsl:when> </xsl:when>
<xsl:when test="@subtype='sousrepligauche'"> <xsl:when test="@subtype='sousrepligauche'">
<xsl:text> <i style="font-size: small;">(Sous le repli, à gauche :)</i> <xsl:apply-templates/>
<i style="font-size: small;">(Sous le repli, à gauche :)</i> </xsl:text><xsl:apply-templates/>
</xsl:when> </xsl:when>
<xsl:when test="@subtype='sousreplidroit'"> <xsl:when test="@subtype='sousreplidroit'">
<xsl:text> <i style="font-size: small;">(Sous le repli, à droite :)</i> <xsl:apply-templates/>
<i style="font-size: small;">(Sous le repli, à droite :)</i> </xsl:text><xsl:apply-templates/>
</xsl:when> </xsl:when>
<xsl:when test="@subtype='sousreplicentre'"> <xsl:when test="@subtype='sousreplicentre'">
<xsl:text> <i style="font-size: small;">(Sous le repli, au centre :)</i> <xsl:apply-templates/>
<i style="font-size: small;">(Sous le repli, au centre :)</i> </xsl:text><xsl:apply-templates/>
</xsl:when> </xsl:when>
<xsl:when test="@subtype='sousrepligauche'"> <xsl:when test="@subtype='sousrepligauche'">
<xsl:text> <i style="font-size: small;">(Sous le repli, à gauche :)</i> <xsl:apply-templates/>
<i style="font-size: small;">(Sous le repli, à gauche :)</i> </xsl:text><xsl:apply-templates/>
</xsl:when> </xsl:when>
<xsl:when test="@subtype='sousreplicentre'"> <xsl:when test="@subtype='sousreplicentre'">
<xsl:text> <i style="font-size: small;">(Sous le repli, au centre :)</i> <xsl:apply-templates/>
<i style="font-size: small;">(Sous le repli, au centre :)</i> </xsl:text><xsl:apply-templates/>
</xsl:when> </xsl:when>
<xsl:otherwise> <xsl:otherwise>
<xsl:apply-templates/> <xsl:apply-templates/>

Loading…
Cancel
Save