IBY SEPA Wrong Header R12.1.
Even though I have put the correct data in xsl, xmls header is not created as expected.
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/2001/XMLSchema">
<xsl:output method="xml" version="1.0" encoding="UTF-8" indent="yes"/>
<xsl:key name="contacts-by-LogicalGroupReference" match="OutboundPayment" use="PaymentNumber/LogicalGroupReference" />
<xsl:template match="OutboundPaymentInstruction">
output in xml -> format that bank does not allow
<?xml version = '1.0' encoding = 'UTF-8'?>
Expected-> format that the bank receives
<?xml version="1.0" encoding="UTF-8"?>
Can you please help on this one. Is there something wrong that I put in xsl file
The xsl I used as draft is IBY_ISO_CT_CORE_V3_STD.xsl -> for this