YKPN#40965 -- Inrichting procuratieproces

svn path=/Website/branches/v2017.1/; revision=34310
This commit is contained in:
Arthur Egberink
2017-06-16 07:31:29 +00:00
parent 3b62830c58
commit 4ff763daba

View File

@@ -0,0 +1,29 @@
<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<xsl:output method="xml" encoding="utf-8"/>
<xsl:template match="opdracht">
<facilitor>
<xsl:element name="opdracht">
<xsl:attribute name="key">
<xsl:value-of select="melding/key"/>/<xsl:value-of select=" bedrijfopdr_volgnr"/>
</xsl:attribute>
<xsl:attribute name="type">update</xsl:attribute>
<status>ORDAFM</status>
<opmerking>Opdracht is automatisch afgemeld.</opmerking>
</xsl:element>
</facilitor>
</xsl:template>
<!-- Maken 'bon' (XML) -->
<xsl:template match="facilitor">
<xsl:apply-templates select="opdracht"/>
</xsl:template>
<!-- Root -->
<xsl:template match="/">
<xsl:apply-templates select="facilitor"/>
</xsl:template>
</xsl:stylesheet><!-- Stylesheet edited using Stylus Studio - (c) 2004-2007. Progress Software Corporation. All rights reserved. -->