From ec9b1ab76d9f0f3d8b351ff528c3e7943b4f5abe Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Sat, 19 Oct 2002 18:59:20 +0000 Subject: [PATCH] Support output of language attribute on foreignphrase and fix bug in glossterm linking --- xsl/html/inline.xsl | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/xsl/html/inline.xsl b/xsl/html/inline.xsl index 46e2d2bf2..ee7cab13b 100644 --- a/xsl/html/inline.xsl +++ b/xsl/html/inline.xsl @@ -548,7 +548,12 @@ - + + + + + + @@ -557,6 +562,9 @@ + + + @@ -745,15 +753,16 @@ - + - + + select="//glossentry[normalize-space(glossterm)=$term + or normalize-space(glossterm/@baseform)=$term]"/> -- 2.40.0