Alberto Massari wrote: > > > (the fact that you don't see the size of the file until you exit your > application is probably caused by not having closed/destroyed the > XMLFormatTarget). > > Alberto > >
Alberto: You hit the nail on the head. Deleting the XMLFormatTarget object did the trick. Thanks a bunch.... I have written a class in which I am, among other things, parsing an XML document. In the constructor I am instantiating the XercesDOMParser. Naturally, in the destructor I deleted this object, but that is causing a core-dump. Any suggestions? Thanks, Bhat am instantiating the parser, the -- View this message in context: http://www.nabble.com/Transferring-nodes-from-one-DOM-tree-to-another-------possible--tp14705312p14744085.html Sent from the Xerces - C - Users mailing list archive at Nabble.com.
