Yes I read that one. In that it is mentioned that the function resolveEntity is a pure virtual function. And we need to implement it if we want to use the entity resolver.
So I just wanted to know if anyone has implemented this function. Regards, Balchandra -----Original Message----- From: John Snelson [mailto:[EMAIL PROTECTED] Sent: Thursday, January 31, 2008 5:38 PM To: [email protected] Subject: Re: DOMEntityResolver implementation Hi Balchandra, Have you read the documentation? http://xerces.apache.org/xerces-c/apiDocs/classDOMEntityResolver.html John Balchandra Kemkar wrote: > Hi All, > > In xercesc we have an abstract class DOMEntityResolver that needs to > be implemented when we have to write our own entity resolver. > Has anyone implemented this interface? > > Any information in this regard would be a great help. > > Thanks in Advance, > Balchandra > -- John Snelson, Oracle Corporation http://snelson.org.uk/john Berkeley DB XML: http://www.oracle.com/database/berkeley-db/xml XQilla: http://xqilla.sourceforge.net
