Skip to content

Commit

Permalink
fix: update initiatingsubject with id nil
Browse files Browse the repository at this point in the history
  • Loading branch information
MLenterman committed Apr 25, 2024
1 parent a1681ba commit f3fd28c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@
</cases:telephoneNumber>
</xsl:template>

<xsl:template match="*:hisEndDate">
<cases:hisEndDate indicationIncomplete="V">
<xsl:value-of select="format-date(current-date(), '[Y0001]-[M01]-[D01]')" />
</cases:hisEndDate>
<xsl:template match="*:id">
<cases:id xsi:nil="true" />
</xsl:template>
</xsl:stylesheet>
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@
</cases:telephoneNumber>
</xsl:template>

<xsl:template match="*:hisEndDate">
<cases:hisEndDate indicationIncomplete="V">
<xsl:value-of select="format-date(current-date(), '[Y0001]-[M01]-[D01]')" />
</cases:hisEndDate>
<xsl:template match="*:id">
<cases:id xsi:nil="true" />
</xsl:template>
</xsl:stylesheet>

0 comments on commit f3fd28c

Please sign in to comment.