You'd use a memory based output stream instead of 'cout' :-) That's a C++
standard library issue, so consult your development environment's
documentation about 'ostreams' and such.
----------------------------------------
Dean Roddey
Software Weenie
IBM Center for Java Technology - Silicon Valley
[EMAIL PROTECTED]
[EMAIL PROTECTED] on 03/07/2000 10:52:27 AM
Please respond to [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
cc:
Subject: DOMPrint to buffer
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