Hi.
I’m trying to output an object as XML.
When it contains special characters, the XMLSerializer encodes them as HTML entities.
How to disable that for accents, since my XML file is UTF-8 and does not need that?
Thanks.
Hi.
I’m trying to output an object as XML.
When it contains special characters, the XMLSerializer encodes them as HTML entities.
How to disable that for accents, since my XML file is UTF-8 and does not need that?
Thanks.