The parser traditionally did not assume the existence of, or use, the STL stuff, so that it could be used in systems in which that was not practical, e.g. some kinds of embedded systems perhaps. And, it was to avoid portability issues with STL, because the parser covers a lot of territory. It really only uses the most primative of language runtime services, or it used to. That may have changed since I moved on.
-------------------------- Dean Roddey The Charmed Quark Controller Charmed Quark Software [EMAIL PROTECTED] http://www.charmedquark.com "If it don't have a control port, don't buy it!" ----- Original Message ----- From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 18, 2002 2:41 PM Subject: Re: Core Dump after instantiating a DOM_Node > > Just out of curiosity, why is it that the set of *Exception classes in the > xerces toolkit do not inherit from std::exception? > > Marcus C. Oladell > Software Engineer > FactSet Research Systems > [EMAIL PROTECTED] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
