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 of 
DOMWriter. 
        theSerializer->writeNode(myFormTarget, *m_pDOMDocument);

        in LocalFileFormatTarget, i have to give filename , right

        is there anyway If I have FILE* with me 

THanks



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to