Unable to Convert Single Quotes to Double Quotes in XML Output
Summary:
How can we convert the Single Quotes to Double Quotes in XML Version declaration in a payment file?
Content (please ensure you mask any confidential information):
Hi everyone,
We are currently facing an issue where the XML output is consistently displaying single quotes instead of double quotes in the xml version declaration
<?xml version='1.0' encoding='utf-8'?> instead of
<?xml version="1.0" encoding="utf-8" ?>
We've tried several workarounds suggested across various forums and documentation, but none have resolved the issue so far.
Has anyone encountered this before and found a reliable solution? Any guidance or suggestions would be greatly appreciated.
0