Tagged Questions

0
votes
2answers
669 views

set an attribute in XML node usig MSXML. I am struck

I try to set an attribute in a XML node using MSXML. IXMLDOMElement alone has the member function setatrribute. So i got the document element. pXMLDocumentElement -> get_documentElement (& ...
0
votes
1answer
119 views

Please guide me to set an attribute in XML node usig MSXML. I am struck

I try to set an attribute in a XML node using MSXML. IXMLDOMElement alone has the member function setatrribute. So i got the document element. ...