OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   Why does MSXML ignore encoding clause?

[ Lists Home | Date Index | Thread Index ]

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
_________________________________________ 





 

News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 2001 XML.org. This site is hosted by OASIS