Why do you have rootnode in an XML document that looks like this:
<return/>
Why is this trait there? I have never seen an XML document like this, however in the application I am debugging, a root node similar to this one is created and adding any child nodes seems unsuccessful.
Removing a slash resets the program.
It uses the MSXML DOM in C ++ under windows.
source
share