From: Jirka Kosek Date: Sat, 11 Sep 2010 01:56:22 +0000 (+0000) Subject: Fixed bug when context was lost due to usage of xsl:key X-Git-Tag: release/1.79.1~6^2~816 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c559f1839e297381cc0db9ef99e222d5460476d1;p=docbook-dsssl Fixed bug when context was lost due to usage of xsl:key --- diff --git a/xsl/common/l10n.xsl b/xsl/common/l10n.xsl index 0f53b559b..0495870b1 100644 --- a/xsl/common/l10n.xsl +++ b/xsl/common/l10n.xsl @@ -23,8 +23,8 @@ - - + + @@ -421,8 +421,8 @@ + select="(key('l10n-template-style', concat($context, '#', $name, '#', $xrefstyle)) + |key('l10n-template', concat($context, '#', $name)))[1]"/> @@ -510,8 +510,8 @@ + select="(key('l10n-template-style', concat($context, '#', $name, '#', $xrefstyle)) + |key('l10n-template', concat($context, '#', $name)))[1]"/>