DOM XML Creation
-
Hi, I want to do following things 1.Create a BSTR with the above mentioned XML nodes with node values being empty - .. 2.Create and load XML DOM document with the BSTR string created in the previous step 3.Set .. 4.Update the BSTR value with the XML DOM document I have done the first 2 steps. Can you please help me in setting the value.I am new to xml.
BSTR bstrPPWData = L".."; pDOMDoc.CreateInstance(__uuidof(DOMDocument30));
Thanks :) -
Hi, I want to do following things 1.Create a BSTR with the above mentioned XML nodes with node values being empty - .. 2.Create and load XML DOM document with the BSTR string created in the previous step 3.Set .. 4.Update the BSTR value with the XML DOM document I have done the first 2 steps. Can you please help me in setting the value.I am new to xml.
BSTR bstrPPWData = L".."; pDOMDoc.CreateInstance(__uuidof(DOMDocument30));
Thanks :) -
Hi, I want to do following things 1.Create a BSTR with the above mentioned XML nodes with node values being empty - .. 2.Create and load XML DOM document with the BSTR string created in the previous step 3.Set .. 4.Update the BSTR value with the XML DOM document I have done the first 2 steps. Can you please help me in setting the value.I am new to xml.
BSTR bstrPPWData = L".."; pDOMDoc.CreateInstance(__uuidof(DOMDocument30));
Thanks :)http://www.codeguru.com/columns/Kate/article.php/c6579[^] maybe it is some helpful to you