[xsd-users] Codesynthesis XSD Access Violation using xsd:any

Boris Kolpackov boris at codesynthesis.com
Fri May 30 11:41:59 EDT 2014


Hi Chew,

Chew kk <chew.on.it at gmail.com> writes:

> I think the problem is the position of the call to
> xercesc::XMLPlatformUtils::Terminate (). I moved it to after the catch and
> am not seeing the exception again. How can this be explained?

Ah, that's right, I haven't noticed the Terminate() call. Now it makes
perfect sense. You terminate Xerces-C++ before the object model (which
contains the Xerces-C++ DOM fragments for wildcards) is deleted.

Boris



More information about the xsd-users mailing list