msxml
MSXML. Get data as Base64
I\'m using C++ with MSXML and want to get data from XML file as Base64. I\'m using this code: hr = nodeList->get开发者_如何转开发_item((long)i, (IXMLDOMNode **)&vXMLNode);[详细]
2023-01-30 16:31 分类:问答Upgrading to MsXml6.dll
I had a problem in upgrading the Microsoft XML core for my application from msxml3.dll to msxml6.dll. I chnaged the vcproj, and the header file of mine to point to the msxml6 header and library file.[详细]
2023-01-29 00:12 分类:问答MSXML3.dll 80072efd and 800c0005 errors executing ServerXMLHTTP.send in classic ASP on Windows 7
I have a classic ASP page that I am trying to debug on IIS on Windows 7. The page works fine on another machine running Windows Server 2003 on a different network. Also, on the Windows 7 machine I can[详细]
2023-01-28 04:15 分类:问答Error when loading valid Windows-1252 document "System error: -2146697210"
Somehow, sometimes the code below generates an error when loading valid Windows-1252 XML. It fails on Windows XP Professional x86 SP3 using MSXML6.[详细]
2023-01-28 00:20 分类:问答Add child entry to a specific node in xml file in vbscipt
I have an xml file DataConfiguration.xml with this entry <DataSource> <localdata> <add context=\"Localization\">[详细]
2023-01-27 17:08 分类:问答How to reformat XML programmatically?
I have an XML document on input which is awfully formatted (it\'s Delphi project file if anyone cares) - inconsistent indenting, empty lines, strings of nodes lumped together:[详细]
2023-01-27 16:18 分类:问答Adding XML elements and attributes
I have the following XML structure so that I can add my configuration details to lastconnected element:[详细]
2023-01-25 11:40 分类:问答msxml Parsing Soap Response using MS DOM and classic asp
I am using classic \"ASP\" dont bea me up.Just havent been able to make the jump to .Net yet. I am just learning soap and have successfully creates a SOAP request to a webservice.However, I am unable[详细]
2023-01-23 18:14 分类:问答MSXML "The system cannot locate the resource specified"
I have a function which uses MSXML to post an XML document which yesterday started failing despite no change being made to the code. The function is as follows:[详细]
2023-01-22 13:49 分类:问答Save XML like XmlTextWriter but with DOM
When I build a XML in C# using XmlDocument, and I want to save to XML to file, including the encoding information, I use XmlTextWriter, as below:[详细]
2023-01-19 04:12 分类:问答