Morning,

I am loading an xml file where i want to search low level node name if exists.

For example:

<xml>
<A>
  <B>
    <c></c>
    <d></d>
   </B>
</A>
</xml>

so i have IXMLDOMDocument and IXMLDOMNode, i need to load an existing xml file and to search the node <d> where i want to add a new node after it and then save.

i know how search for 1st level node but the low level is not working.
Any idea?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.