Enter Keywords:
1 - 10 of 156(0.012 seconds)
Sort By:
 
I wish to deallocate an IXMLDOMDocument and all child nodes from memory. So far I have not succeeded. I tried pDoc->Release() with no success. I tried walking the tree recursively calling pNode->...
Zones: Windows ProgrammingDate Answered: 12/23/1999 Rating: 5.0 Views: 0
I would like corrections in the following code which is a result of prevoisly asked question for programming msxml and anwered by Bruintje. http://www.experts-exchange.com/jsp/qShow.jsp?ta=xml&qi...
Zones: XMLDate Answered: 08/07/2000 Rating: 7.0 Views: 5
Just need to know what files are required to get Microsoft's XML DOM v2 to work on a target machine. Is it msxml.dll only? Does MSXML.DLL have any dependencies? Is Internet Explorer v5 a requ...
Zones: XMLDate Answered: 03/14/2001 Rating: 8.4 Views: 0
I am writing a DLL with ATL. I would like to have one of my Interface to get an IXMLDOMNode* as in-Paramter and an according one as out Paramter, probably IXMLDOMNode** My Problem is, that I do...
Zones: C++, Microsoft Visual C++Date Answered: 04/09/2001 Rating: 5.2 Views: 0
I want to create a simple dialog based application that uses MSXML.  Could someone provide a simple step by step guide to creating and populating a DOM document from an XML disk file.  Once the DOM...
Zones: C++, Microsoft Visual C++Date Answered: 03/09/2002 Rating: 7.4 Views: 0
Greetings I am trying to make use of the MSXML dll to do a couple of things in C++/COM with XML. After downloading a couple tutorials and looking for documentation, I am somewhat confused. I am co...
Zones: C++Date Answered: 09/17/2001 Rating: 4.8 Views: 0
A couple of weeks ago I wrote a quick VB application that uses the MSXML component to pull a data file from a vendor's website through SSL on a site that is set for challenge/response.  Once it w...
Zones: Visual BasicDate Answered: 03/29/2002 Rating: 5.4 Views: 0
Hello experts. I am using the MSXML4 parser with VB6. I have a simple xml file that looks something like this: <root>   <chld>     <elem1 att1="xxx"/>     <elem2> some text with line...
Zones: XMLDate Answered: 02/05/2002 Rating: 7.4 Views: 0
We've recently installed MSXML 4.0 and now our client wants us to remove version 3 from the server... does anyone know if version 4 (or anything else... IE? etc) is dependent on version 3... ...
Zones: XMLDate Answered: 10/28/2002 Rating: 7.4 Views: 0
Hello everyone I have the following xml file structure and need to read in the Site name and the subsequent security_code, door and number along with the hex value. These values are to be sent t...
Zones: C++Date Answered: 05/08/2003 Rating: 7.0 Views: 0