Hi,
I integrated xerces 3.1.0 with visual studio 2005 for creating a xml parser.
For the below lines of code where i actually created my own class
"XMLHandler" which has its own methods to read xml,but upon building i was
getting errors as shown below:
// This function gives the root element of the xml document
DOMElement XMLHandler::GetRootElement ()
{
// Return document element
return domDocument.getDocumentElement ();
}
Errors i got:
d:\pilotprojects\fast1d\fast1d\fast1d\FAST1DXMLHandler.h(59) : error C2259:
'xercesc_3_1::DOMElement' : cannot instantiate abstract class
CAn anybody please help me how to resolve this error? I included all the
header files specific to the DOMParser i.e DOMElement etc....
--
View this message in context:
http://old.nabble.com/Problem-in-building-Xerces-parser-tp28089764p28089764.html
Sent from the Xerces - C - Dev mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]