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 document contents to file.
can i do this ?
if 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 ?
A sample application xmlParserFindTest.zip has been attached to see the behaviour.
Each IXMLDOMDocument has a documentElement property which gives you the top level element, you can then use the IXMLDOMElement 's childNodes properties to iterate through the child elements.
Last edited by Zaccheus; January 16th, 2007 at 08:00 AM.
* The Best Reasons to Target Windows 8
Learn some of the best reasons why you should seriously consider bringing your Android mobile development expertise to bear on the Windows 8 platform.