Can we modify the default encoding xml declaration while writing a file to stage operation?
Summary:
I want to write a file with below output -
<?xml version="1.0" encoding="ISO-8859-1"?> instead of <?xml version="1.0" encoding="UTF-8"?>.
Can this be done in xslt or OIC? I have tried <xsl:output encoding ="ISO-8859-1"/> but this didnt work.
Any suggestions would be helpful.
Thanks,
r0unak
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
Tagged:
0