From 15024d6c9d0bbbc9320107c031bbaa783a66babb Mon Sep 17 00:00:00 2001 From: Mauritz Jeanson Date: Sat, 1 Aug 2009 15:48:00 +0000 Subject: [PATCH] Added /node() to the select expression that is used to compute the title text so that no elements end up in the output. Closes bug #2830119. --- xsl/common/olink.xsl | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/xsl/common/olink.xsl b/xsl/common/olink.xsl index 78a2fa594..a80431447 100644 --- a/xsl/common/olink.xsl +++ b/xsl/common/olink.xsl @@ -2,6 +2,16 @@ + + + select="key('targetptr-key', $olink.key)/ttl/node()"/> -- 2.49.0