PCHD#53705 Import personen vanuit AD VWS

svn path=/Website/branches/v2018.1/; revision=39751
This commit is contained in:
Sander Schepers
2018-11-12 06:42:19 +00:00
parent 1bb3c3d277
commit 71c2b7c1d0

View File

@@ -0,0 +1,47 @@
<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="text"/>
<xsl:template match="/">
Firstname;Lastname;Middlename;Username;WM;Organisation;Companycode;Department;Costcarrier;Function;Email;Phonenumber;Mobilenumber;Vestigingsnaam;Vestigingsnummer;<xsl:text>&#x0D;&#x0A;</xsl:text>
<xsl:for-each select="Persons/PersonData"><xsl:value-of select="Firstname"/>;<xsl:value-of select="Lastname"/>;<xsl:value-of select="Middlename"/>;<xsl:value-of select="Username"/>;<xsl:value-of select="WM"/>;<xsl:value-of select="Organisation"/>;<xsl:value-of select="Companycode"/>;<xsl:value-of select="Department"/>;<xsl:value-of select="Costcarrier"/>;<xsl:value-of select="Function"/>;<xsl:value-of select="Email"/>;<xsl:value-of select="Phonenumber"/>;<xsl:value-of select="Mobilenumberr"/>;<xsl:value-of select="Vestigingsnaam"/>;<xsl:value-of select="Vestigingsnummer"/>;<xsl:text disable-output-escaping="yes">&#x0D;&#x0A;</xsl:text>
</xsl:for-each>
</xsl:template>
</xsl:stylesheet>
<!-- Stylus Studio meta-information - (c) 2004-2009. Progress Software Corporation. All rights reserved.
<metaInformation>
<scenarios>
<scenario default="yes" name="Scenario1" userelativepaths="yes" externalpreview="no" url="20181025_162954322_780132.xml" htmlbaseurl="" outputurl="" processortype="saxon8" useresolver="yes" profilemode="0" profiledepth="" profilelength=""
urlprofilexml="" commandline="" additionalpath="" additionalclasspath="" postprocessortype="none" postprocesscommandline="" postprocessadditionalpath="" postprocessgeneratedext="" validateoutput="no" validator="internal"
customvalidator="">
<advancedProp name="bSchemaAware" value="true"/>
<advancedProp name="xsltVersion" value="2.0"/>
<advancedProp name="schemaCache" value="||"/>
<advancedProp name="iWhitespace" value="0"/>
<advancedProp name="bWarnings" value="true"/>
<advancedProp name="bXml11" value="false"/>
<advancedProp name="bUseDTD" value="false"/>
<advancedProp name="bXsltOneIsOkay" value="true"/>
<advancedProp name="bTinyTree" value="true"/>
<advancedProp name="bGenerateByteCode" value="true"/>
<advancedProp name="bExtensions" value="true"/>
<advancedProp name="iValidation" value="0"/>
<advancedProp name="iErrorHandling" value="fatal"/>
<advancedProp name="sInitialTemplate" value=""/>
<advancedProp name="sInitialMode" value=""/>
</scenario>
</scenarios>
<MapperMetaTag>
<MapperInfo srcSchemaPathIsRelative="yes" srcSchemaInterpretAsXML="no" destSchemaPath="" destSchemaRoot="" destSchemaPathIsRelative="yes" destSchemaInterpretAsXML="no"/>
<MapperBlockPosition></MapperBlockPosition>
<TemplateContext></TemplateContext>
<MapperFilter side="source"></MapperFilter>
</MapperMetaTag>
</metaInformation>
-->