Commit ae302a9a authored by Jerome Chauveau's avatar Jerome Chauveau
Browse files

correctif xsl i18n pour compatibilité saxon10

parent 9bab1eb9
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -24,7 +24,14 @@
        </xsl:variable>

        <xsl:variable name="projectEntry">
            <xsl:choose>
                <xsl:when test="doc-available(concat('../../editions/',$project,'/ui/i18n/i18n-',$locale,'.xml'))">
                    <xsl:value-of select="document(concat('../../editions/',$project,'/ui/i18n/i18n-',$locale,'.xml'))//entry[@key=$key]"/>
                </xsl:when>
                <xsl:otherwise>
                    <xsl:text></xsl:text>
                </xsl:otherwise>
            </xsl:choose>
        </xsl:variable>

        <xsl:choose>