CSUN#38640 -- Koppeling CSU met PostNL
svn path=/Website/branches/v2016.3/; revision=33735
This commit is contained in:
13
CUST/CSUN/import/RaboAxxerionAtt.xsl
Normal file
13
CUST/CSUN/import/RaboAxxerionAtt.xsl
Normal 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="'
'"/>
|
||||
|
||||
<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. -->
|
||||
Reference in New Issue
Block a user