loading a XML file in DOM

admin

Administrator
Staff member
I am trying to load a xml file specified by an istream object_pDom->load( &infile );whereIXMLDOMDocumentPtr _pDom;istream &infile;Compilation works fine but execution gives an error.Apparently the load function in DOM works with file names but not file streams.Is there any way to use istream instead of a file name for loading a xmlfile?Thanks.Eugene
 
Back
Top