How to make the version and encoding in double quotes instead of single quotes for XSL-XML Template
I have an XSL-XML type of Template and when I use the Template Viewer to test, it's showing:
<?xml version = '1.0' encoding = 'UTF-8'?>
The bank is rejecting the file. They are expecting with double quotes:
<?xml version="1.0" encoding="UTF-8"?>
Is there a solution for this?