Skip to Content
0
Oct 20, 2008 at 02:51 PM

Enclosing characters for namespace in XI

28 Views

Hi,

I have a file (FCC) to file (XML) scenario. The output that I am getting is a .xml file. When I open the output file in Notepad (text editor) I got the following

<?xml version='1.0' encoding='ISO-8859-1'?>

u2026

but my requirement is as following

<?xml version="1.0" encoding="ISO-8859-1"?>

http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="data.interface product.xsd">u2026

When I open the output file in XML editor then the character " is coming but when I open the same file in text editor character ' is coming.

Please provide some solution to get the enclosing character " always (in both xml editor and text editor) .

PS: I have also used the XML anonymizer for

anonymizer.encoding = ISO-8859-1

anonymizer.quote = "

Regards,

Madan Agrawal