WZUV#41726 Fase 2: Exact koppeling

svn path=/Website/branches/v2017.2/; revision=36575
This commit is contained in:
Suzan Wiegerinck
2018-01-14 13:01:23 +00:00
parent 7786d8d823
commit 0410d1ea21

View File

@@ -4,7 +4,7 @@
<xsl:template match="/">
<xml>
<xsl:for-each select="xml/fin_factuur">
<xsl:for-each select="xml/fin_factuur">
<kopregel>
<dagb_type>I</dagb_type>
<dagbknr><xsl:value-of select="/xml/dagboeknr"/></dagbknr>
@@ -18,6 +18,7 @@
<bedrag><xsl:value-of select="fin_factuur_totaal_incbtw"/></bedrag>
<betaalref><xsl:value-of select="prs_betaal_referentie"/></betaalref>
<bestand><xsl:value-of select="fin_factuur_bestand"/></bestand>
<!-- <!FCLTmeldingattachment>21</FCLTmeldingattachment> -->
<xsl:for-each select="fin_factuurregel">
<boekingsregel>
<dagb_type>I</dagb_type>
@@ -44,7 +45,7 @@
</boekingsregel>
</xsl:for-each>
</kopregel>
</xsl:for-each>
</xsl:for-each>
</xml>
</xsl:template>
@@ -55,5 +56,10 @@
<xsl:otherwise>0</xsl:otherwise>
</xsl:choose>
</xsl:template>
</xsl:stylesheet>
<!-- Stylus Studio meta-information - (c) 2004-2007. Progress Software Corporation. All rights reserved.
<metaInformation>
<scenarios ><scenario default="yes" name="Scenario1" userelativepaths="yes" externalpreview="no" url="..\export\FCLT_FACTUUR\fclt_factuur_20180111_1723.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="sInitialMode" value=""/><advancedProp name="bXsltOneIsOkay" value="true"/><advancedProp name="bSchemaAware" value="true"/><advancedProp name="bXml11" value="false"/><advancedProp name="iValidation" value="0"/><advancedProp name="bExtensions" value="true"/><advancedProp name="iWhitespace" value="0"/><advancedProp name="sInitialTemplate" value=""/><advancedProp name="bTinyTree" value="true"/><advancedProp name="bWarnings" value="true"/><advancedProp name="bUseDTD" value="false"/><advancedProp name="iErrorHandling" value="fatal"/></scenario></scenarios><MapperMetaTag><MapperInfo srcSchemaPathIsRelative="yes" srcSchemaInterpretAsXML="no" destSchemaPath="" destSchemaRoot="" destSchemaPathIsRelative="yes" destSchemaInterpretAsXML="no"/><MapperBlockPosition></MapperBlockPosition><TemplateContext></TemplateContext><MapperFilter side="source"></MapperFilter></MapperMetaTag>
</metaInformation>
-->