Payment XML
In order to be compliant with ISO20022, we are mapping our current DTA to XML.
However, we've encountered some issues in relation to <RmtInf> section.
To put simply, in this section, we are required to put some country-specific information along with invoice numbers, for example, Branch Code and Payment Text Messages. The only thing is these 2 variables only need to appear once per payment number, whereas there may be more than 1 invoice per payment number.
We've had the following written in XML, however, the loop <xsl:for-each select="PaymentNumber"> for the branch code and payment text message do not work.