Skip to content

Commit

Permalink
syntax fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Meric Akgul committed Dec 4, 2024
1 parent 4cf7931 commit 1cd8670
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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() != '')
">
<xsl:copy-of select="." />
</xsl:when>
Expand Down Expand Up @@ -105,7 +105,7 @@
$currentGerelateerde/*:voorletters/text() != '' or
$currentGerelateerde/*:voornamen/text() != '' or
$currentGerelateerde/*:geslachtsaanduiding/text() != '' or
$currentGerelateerde/*:geboortedatum/text() != '' or)
$currentGerelateerde/*:geboortedatum/text() != '')
">
<xsl:copy-of select="." />
</xsl:when>
Expand Down

0 comments on commit 1cd8670

Please sign in to comment.