Payments XML File Format
Hi,
I am creating a payment file format for Sweden that is using the Unstructured Remittance field - coding element of the payment file below:
<xsl:if test="not(UniqueRemittanceIdentifier/Number='')">
<RmtInf>
<Ustrd>
<xsl:value-of select="UniqueRemittanceIdentifier/Number"/>
</Ustrd>
</RmtInf>
</xsl:if>
What I want to do is allow the field to be populated in the payment file if the XML Tag field is populated - which is happening at the moment. However, if the XML Tag (UniqueRemittanceIdentifier) is not populated, the file structre is still appearing in the paymetn file - displayed below: