generated from wearefrank/skeleton
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use identificatie from genereerDocumentIdentificatie in voegZaak…
…documentToe request & add dct.omschrijving to voegZaakdocumentToe request with value from property (#23) * feat: genereerDocumentIdentificatie request added and the identificatie generated is used in voegZaakDocumentToe message * chor: forgot to comment out * feat: add dct.omschrijving to voegZaakdocumentToe request with value from property * remove redundant check for identification in xslt and change the default value for document omschrijving --------- Co-authored-by: Meric Akgul <[email protected]>
- Loading branch information
1 parent
56855fd
commit b9273e9
Showing
10 changed files
with
203 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
...ain/configurations/xxllnc/Common/xsl/CreateGenereerDocumentIdentificatie_Di02Request.xslt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<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:xmime="http://www.w3.org/2005/05/xmlmime" version="2.0"> | ||
<xsl:output method="xml" version="1.0" encoding="UTF-8" indent="yes"/> | ||
<xsl:param name="Stuurgegevens" as="node()?" /> | ||
|
||
<xsl:template match="/"> | ||
<ZKN:genereerDocumentIdentificatie_Di02> | ||
<xsl:copy-of select="$Stuurgegevens/ZKN:stuurgegevens" /> | ||
</ZKN:genereerDocumentIdentificatie_Di02> | ||
</xsl:template> | ||
</xsl:stylesheet> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.