RE: problem regarding DOMPrint

2001-07-11 Thread Chaim Koshizky
Would be nice to bulish your file serialization code throgh this forum . > -- > From: Anthony Zawacki > Reply To: [EMAIL PROTECTED] > Sent: Thursday, July 12, 2001 12:13 AM > To: [EMAIL PROTECTED] > Subject: Re: problem regarding D

RE: problem regarding DOMPrint

2001-07-11 Thread Nick Denning
ethods. // --- DOMPrintFormatTarget(const DOMPrintFormatTarget& other); void operator=(const DOMPrintFormatTarget& rhs); }; -Original Message- From: Co-op DI [mailto:[EMAIL PROTECTED]] Sent: 11 July 2001 18:02 To: '[EMAIL PROTECTED]' Su

Re: problem regarding DOMPrint

2001-07-11 Thread Anthony Zawacki
ROTECTED] To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> rox.com> cc:

RE: problem regarding DOMPrint

2001-07-11 Thread Murphy, James
...snip... > ofstream outputfile; > outputfile.open("/tilde/lpcoop/temp.txt",ios::out); what do you expect this line to do? > outputfile << doc << endl; > outputfile.close(); > > Please tell me what the problem is ?? If i try to write a > normal string to > the outputfile like outputfile <<

problem regarding DOMPrint

2001-07-11 Thread Co-op DI
Hi , I am trying to work with the example DOMPrint given in the samples directory. The problem that I am haiving is that ... I am trying to print out the output in a FILE insted of printing it out on the CONSOLE. I am opening and closing the file properly but the output prints out on the CONSOLE a