From: Bob Stayton Date: Tue, 24 Jun 2003 20:40:48 +0000 (+0000) Subject: Fixed bug in l10n.language template where $target parameter X-Git-Tag: release/1.79.1~6^2~4589 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=37098fa08fed29208d13cff842462fb63a866421;p=docbook-dsssl Fixed bug in l10n.language template where $target parameter was missing from xpath expression. --- diff --git a/xsl/common/l10n.xsl b/xsl/common/l10n.xsl index 4164afa80..d33d22360 100644 --- a/xsl/common/l10n.xsl +++ b/xsl/common/l10n.xsl @@ -48,8 +48,8 @@ + select="($target/ancestor-or-self::*[@lang] + |$target/ancestor-or-self::*[@xml:lang])[last()]"/>