Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gt 708 implement geef lijst besluiten zak lv01 #140

Closed
wants to merge 19 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
change tijdstipRegistratie
MikeErkemey committed Aug 7, 2023
commit 05463b7b876b384d8bc3d1bb7ad5f644cecb26e8
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:StUF="http://www.egem.nl/StUF/StUF0301" xmlns:ZKN="http://www.egem.nl/StUF/sector/zkn/0310" xmlns:BG="http://www.egem.nl/StUF/StUF0301" version="2.0">
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:StUF="http://www.egem.nl/StUF/StUF0301" xmlns:ZKN="http://www.egem.nl/StUF/sector/zkn/0310" xmlns:BG="http://www.egem.nl/StUF/StUF0301" version="2.0">
<xsl:output method="xml" version="1.0" encoding="UTF-8" indent="yes"/>
<xsl:param name="UnwrapMessageResult" as="node()?" />

@@ -92,9 +92,9 @@
</xsl:otherwise>
</xsl:choose>
</ZKN:tijdvakGeldigheid>
<xsl:if test="gerelateerde/tijdstipRegistratie">
<ZKN:tijdstipRegistratie><xsl:value-of select="gerelateerde/tijdstipRegistratie"/></ZKN:tijdstipRegistratie>
</xsl:if>
<ZKN:tijdstipRegistratie xmlns:ZKN="http://www.egem.nl/StUF/StUF0301">
<xsl:value-of select="format-dateTime(adjust-dateTime-to-timezone(current-dateTime(), xs:dayTimeDuration('PT1H')), '[Y0001][M01][D01]')" />
</ZKN:tijdstipRegistratie>
</ZKN:gerelateerde>
</ZKN:leidtTot>
</xsl:for-each>