Originally posted by: johnxp
Hi,
I am creating xml for ISO Pain 002, however, I am not able to create properties for <Document> tag.
My output:
<?xml version="1.0" encoding="UTF-8"?>
<Document>
...
</Document>
I need to create below the output:
<?xml version="1.0" encoding="UTF-8"?>
<Document xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:iso:std:iso:20022:tech:xsd:pain.002.001.03">
...
</Document>
Appreciate any help on this.
Thanks.
#IBMSterlingTransformationExtender#IBM-Websphere-Transformation-Extender#DataExchange