correct error in xsl

develop
jgenero 2 years ago
parent ec4e7994b1
commit 051ea9a044

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

Loading…
Cancel
Save