Create, Modify and Read MSXML2::IXMLDOMDocument poiner at same time ?
Hi All,
I am using DOM to create,load,save to xML file.
I am using CreateElement of MSXML2::IXMLDOMDocument pointer to create nodes.
Lets say i have created 4 nodes, now i want to see what is the element at node 2 to verify.
At this point of time i have not saved the contents to file.
can i do this ?
when i try to go back and read the contents i am not able to get values at all.
can any one please give a solution ?
thanks ahead
rajs
1 Attachment(s)
Re: Create and Read MSXML2::IXMLDOMDocument poiner at same time ?
Hi All,
A sample application has been attached to test the above error.
I am using msxml4 version.
thanks ahead.