XSL payment file ISO20022 format LineFeed issue
Summary
LineFeed in XML payment fileContent
Hello,
I am working with bank on XSL template as per ISO20022 format. Oracle seeded template is generating xml output in 2 lines as mentioned below:
Seeded template output generated:
<?xml version = '1.0' encoding = 'UTF-8'?>
<Document xmlns="urn:iso:std:iso:20022:tech:xsd:pain.001.001.03" .......>
There is linefeed after first line. This output is generated by Oracle Seeded template. Bank is not able to process this line feed as they expect xml file as single line stream as mentioned below :
Bank Expected Output :
<?xml version = '1.0' encoding = 'UTF-8'?><Document xmlns="urn:iso:std:iso:20022:tech:xsd:pain.001.001.03" ...>
Tagged:
1