[Home] [By Thread] [By Date] [Recent Entries]

  • To: <xml-dev@l...>
  • Subject: Why does MSXML ignore encoding clause?
  • From: "Alexey Chub" <can@k...>
  • Date: Thu, 21 Aug 2003 11:13:07 +0400

Why does MSXML ignore encoding clause?

My source document was:

        <?xml version="1.0" encoding="Windows-1251" ?>
        <Log />

But after simple transformation like that (C++):

        #include "MSXML2_TLB.h"
        ...
        TCOMIXMLDOMDocument Doc(CoDOMDocument::Create());
        Doc->async = false;
        Doc->loadXML(/* Hear comes source document */);
        return Doc->xml;

Resulting document is:
        <?xml version="1.0"?>
        <Log/>
As You can see, it does not contain encoding

Why?

Maybe there is the better way to do that in C++?

Thank You very much in advance.
_________________________________________
Alexey Chub
ICQ#:161405994
Current ICQ status: 

SMS: (Send an SMS message to my ICQ): +2783142161405994
More ways to contact me: http://wwp.icq.com/161405994
_________________________________________ 


Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member