Hi everybody, I just started using xerces a couple of days ago. I am trying to create a DOM from an xml file saved on my pc. I used the function:
const char* xmlFile = "C:\Users\Sanat\Desktop\CEM_Res\books.xml";
try {
parser->parse(xmlFile);
