CSUN#38640 -- Koppeling CSU met PostNL

svn path=/Website/branches/v2016.3/; revision=33735
This commit is contained in:
Arthur Egberink
2017-05-08 17:36:37 +00:00
parent 3fc2c7f999
commit 5fb306b6d6

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="Windows-1252"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="text" encoding="Windows-1252"/>
<xsl:variable name="new_line" select="'&#xA;'"/>
<xsl:template match="/">
DOCUMENTNAME;EXTENSIE;REFERENTIE;FILENAME;<xsl:value-of select="$new_line"/>
<xsl:for-each select="Export/AAFMDOC">
<xsl:value-of select="DocumentName"/>;<xsl:value-of select="Extensie"/>;<xsl:value-of select="Referentie"/>;<xsl:value-of select="Filename"/>;<xsl:value-of select="$new_line"/>
</xsl:for-each>
</xsl:template>
</xsl:stylesheet><!-- Stylesheet edited using Stylus Studio - (c) 2004-2007. Progress Software Corporation. All rights reserved. -->