Skip to content

Commit

Permalink
fix: xpathexpression accesses incorrect element
Browse files Browse the repository at this point in the history
  • Loading branch information
DelanoWAF committed Aug 6, 2024
1 parent bfb40cf commit e7b5754
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@
styleSheetName="xsl/Message2ModObjectRelationDossier.xsl"
getInputFromSessionKey="originalMessage">
<Param name="systemdate" pattern="{now, date,dd/MM/yyyy}" />
<Param name="DossierID" sessionKey="DossierId" />
<Param name="DossierID" xpathExpression="//dossiercode" />
<Param name="Registratienummer" xpathExpression="//opslaanInkNatuurlijkPersoonResult" sessionKey="FileVersionDetails" />
</XsltPipe>

Expand Down Expand Up @@ -866,7 +866,7 @@
styleSheetName="xsl/Message2ModObjectRelationDossier.xsl"
getInputFromSessionKey="originalMessage" >
<Param name="systemdate" pattern="{now, date,dd/MM/yyyy}" />
<Param name="DossierID" sessionKey="DossierId" />
<Param name="DossierID" xpathExpression="//dossiercode" />
<Param name="Registratienummer" xpathExpression="//opslaanInkNatuurlijkPersoonResult" sessionKey="FileVersionDetails" />
</XsltPipe>

Expand Down

0 comments on commit e7b5754

Please sign in to comment.