Skip to content

Commit

Permalink
add a default value
Browse files Browse the repository at this point in the history
  • Loading branch information
INTERPAR\sena committed Dec 6, 2024
1 parent 6a78325 commit 97f0f0e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
<XsltPipe name="Create result file" getInputFromSessionKey="getZaakXml"
omitXmlDeclaration="true"
styleSheetName="xsl/result.xsl">
<Param name="storeResultaat" sessionKey="storeResultaat" type="DOMDOC" />
<Param name="storeResultaat" sessionKey="storeResultaat" type="DOMDOC" defaultValue="&lt;Empty/&gt;" />
<Param name="storeRollenJson" sessionKey="storeRollenJson" type="DOMDOC" />
<Param name="storeZaakTypeResponse" sessionKey="storeZaakTypeResponse" type="DOMDOC" />
<Param name="storeStatusResponse" sessionKey="storeStatusResponse" type="DOMDOC" />
Expand Down

0 comments on commit 97f0f0e

Please sign in to comment.