From 1cd8670485cc57c8a250e8db7f8211b4fca7fe8c Mon Sep 17 00:00:00 2001 From: Meric Akgul Date: Wed, 4 Dec 2024 17:34:13 +0100 Subject: [PATCH] syntax fixed --- .../xsl/SelectZdsRolesFromListWithMatchingIdentity.xslt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/configurations/Translate/Common/xsl/SelectZdsRolesFromListWithMatchingIdentity.xslt b/src/main/configurations/Translate/Common/xsl/SelectZdsRolesFromListWithMatchingIdentity.xslt index 7b358434..a098f40b 100644 --- a/src/main/configurations/Translate/Common/xsl/SelectZdsRolesFromListWithMatchingIdentity.xslt +++ b/src/main/configurations/Translate/Common/xsl/SelectZdsRolesFromListWithMatchingIdentity.xslt @@ -60,7 +60,7 @@ $currentGerelateerde/*:statutaireNaam/text() = $matchWithZdsRolGerelateerde/*:statutaireNaam/text() and $currentGerelateerde/*:inn.rechtsvorm/text() = $matchWithZdsRolGerelateerde/*:inn.rechtsvorm/text() and ($currentGerelateerde/*:statutaireNaam/text() != '' or - $currentGerelateerde/*:inn.rechtsvorm/text() != '' or) + $currentGerelateerde/*:inn.rechtsvorm/text() != '') "> @@ -105,7 +105,7 @@ $currentGerelateerde/*:voorletters/text() != '' or $currentGerelateerde/*:voornamen/text() != '' or $currentGerelateerde/*:geslachtsaanduiding/text() != '' or - $currentGerelateerde/*:geboortedatum/text() != '' or) + $currentGerelateerde/*:geboortedatum/text() != '') ">