From fe0386ba68f1dcb68b2b478a4ea70278ee6dcf80 Mon Sep 17 00:00:00 2001 From: Syd Bauman Date: Fri, 5 Jan 2024 10:01:26 -0500 Subject: [PATCH] Per Stylesheets group, revert to value operator, adding a comment to point out this fact. (And also fix some typos in comments). --- common/functions.xsl | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/common/functions.xsl b/common/functions.xsl index 5b2a83ab7..06d6916c0 100644 --- a/common/functions.xsl +++ b/common/functions.xsl @@ -1235,22 +1235,31 @@ of this software, even if advised of the possibility of such damage. + - + gt $context/tei:gloss[ not(@type) ][ @xml:lang eq $lang ]/@versionDate"/> + + gt $context/tei:desc[ not(@type) ][ @xml:lang eq $lang ]/@versionDate"/> + gt $context/tei:gloss[ @type eq . ][ @xml:lang eq $lang ]/@versionDate"/> - + + gt $context/tei:desc[ @type eq . ][ @xml:lang eq $lang ]/@versionDate"/>