RE: passing FILE*

2004-05-28 Thread Jesse Pelton
29 AM > To: [EMAIL PROTECTED] > Subject: passing FILE* > > > > > Hi All > > Am trying to serialize a DOM doc into a physical file. > > this is the code, > > XMLFormatTarget *myFormTarget = new > LocalFileFormatTarget(filename )

passing FILE*

2004-05-28 Thread Imran A R (RBIN/EDM1) *
Hi All Am trying to - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

passing FILE*

2004-05-28 Thread Imran A R (RBIN/EDM1) *
Hi All Am trying to serialize a DOM doc into a physical file. this is the code, XMLFormatTarget *myFormTarget = new LocalFileFormatTarget(filename ); //Write out the specified node as described above in the description