visual c++ - How can be Interop of MSXML Node in C++/CLI as XMLTextWriter or related XML Usability -


I have some basic code that generates the original XML node of MSXML. I need to use root node in C ++ / CLI as XMLTextWriter or in any form of XML in C ++ / CLI

No, MSXML and system.exml are different code base. You need to get the XML content of the node in MSXML via XML property and then the system. The XML must be re-parsed again.


Comments