Thanks for the link.
I got my information from here:
[link|http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q275883|Knowledge Base Article]
"MSXML supports all encodings that are supported by Microsoft Internet Explorer. Internet Explorer's support depends on which language packs are installed on the computer"
It then goes on to say MSXML has native support for UTF-16.
The error we are receiving is this:
"System does not support the specified encoding. Line 1, Position 40
<?xml version="1.0" encoding="UTF-16"?>"
We traced the process and verified it's being generated on our web server, which is a W2K Server and is running MSXML 3.
So, according to one MS article (your link) I shouldn't see this error. According to another article (my link) maybe I should see it; maybe I shouldn't.
I'm confused.
Brian Bronson