I have build the DOM tree in the memory, i need to direct the output to a char buffer instead of cout << doc << endl; how can i do that ?.
Thanks much in advance, SP
I have build the DOM tree in the memory, i need to direct the output to a char buffer instead of cout << doc << endl; how can i do that ?.
Thanks much in advance, SP