"Venkateswar Bhamidipati" <[EMAIL PROTECTED]> wrote: > I've tried using the ostream& operator<< but i couldn't figure > out how I could reference the tree into that...
Try looking at the DOMPrint example again. Around line 320 in DOMPrint.cpp, there's an ostream operator << definition that prints out the DOM tree. --Bill