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
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
ROTECTED] To: "'[EMAIL PROTECTED]'"
<[EMAIL PROTECTED]>
rox.com> cc:
...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 <<
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