Re: [libxml++] parse_file error
- From: Jonathan Wakely <cow compsoc man ac uk>
- To: libxmlplusplus-general lists sourceforge net
- Cc: Sukanta Baliarsingh <sbaliars sta samsung com>
- Subject: Re: [libxml++] parse_file error
- Date: Thu, 23 Sep 2004 16:22:39 +0100
On Wed, Sep 22, 2004 at 12:14:34PM -0500, Sukanta Baliarsingh wrote:
> I am using libxml++ 1.0.4. If I provide an invalid document to
> parse_file( ), it dumps core and there is no return value from the call
> since it's a void method. Any suggestions?
Is it throwing an exception that you're not catching?
Why does the process exit? If it's abort() then that's probably because
std::terminate() is being called because an exception was thrown and not
caught.
jon
--
"If you can't beat them, arrange to have them beaten."
- George Carlin
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]