N
Neelam
Hi,
I am using DOMWriter to write into the xml as:
(Using Xerces-c-2.7.0. and visual studio 2005)
string file = "E:\\Conf.xml";
XMLCh * filename = XMLString::transcode(file.c_str());
XMLFormatTarget * fileTarget = new
LocalFileFormatTarget(filename); // this line causes crash
It some times throws IOException while running from multiple threads.
I have taken care of Thread safety.
Please, suggest me solution for this, or some other way to write
DOMNode to the disk.
I am using DOMWriter to write into the xml as:
(Using Xerces-c-2.7.0. and visual studio 2005)
string file = "E:\\Conf.xml";
XMLCh * filename = XMLString::transcode(file.c_str());
XMLFormatTarget * fileTarget = new
LocalFileFormatTarget(filename); // this line causes crash
It some times throws IOException while running from multiple threads.
I have taken care of Thread safety.
Please, suggest me solution for this, or some other way to write
DOMNode to the disk.