N
Neil
Hello:
I am using LSSerializer to serialize an XML document to a string.
It generates this tag at the top of this string:
<?xml version="1.0" encoding="UTF-16"?>
I need to generate the XML without that.
How can I do that?
Thanks,
Neil
I am using LSSerializer to serialize an XML document to a string.
It generates this tag at the top of this string:
<?xml version="1.0" encoding="UTF-16"?>
I need to generate the XML without that.
How can I do that?
Thanks,
Neil