Why not place the xml in a string and cout or printf() it?
On Dec 11, 2007 7:44 PM, neerav patel <[EMAIL PROTECTED]> wrote: > Hi, > > I am new at Xerces and I am developing code in Visual C++ .NET 7.1, not > managed code, just regular C++. > > I have managed to write an application that takes the sample > CreateDOMDocument and I want to save that to a file now. I tried looking at > DOMPrint example but nothing is making sense. Can someone give me some > sample code to take an XML file in memory and write to a file. > > Thanks in advance. >
