Storing xml file data into a buffer ( string)

admin

Administrator
Staff member
HI,I am new to xml. I want to use msxml to create a xml with my own keys & valuesin VC++.I want to save that xml data into a buffer ( CComBSTR ) , not into a fileusing msxml.save().Is there any method to store xml into a string.i.e. exactly opposite to LoadXml(string) method.Thanks in advanceNaidu
 
Back
Top