You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by "Liu, Steve" <SL...@comversens.com> on 2000/12/06 21:55:04 UTC

DOM examples not working

After a great deal of effort, I was finally able to get xerxes-c 1.3 to
compile on unixware 7.1.1 w/ gcc and g++.  Though only in single thread mode
(commented out pthreads)

So, after some more work, I was able to get the samples to compile cleanly.

All of the SAX examples I tested works (SAXCount, SAXPrint...) However, all
of the DOM examples core!

It was coring on the parse (for example when running DOMPrint
data/personal.xml).  I read about a similar problem that was resolved by
adding additional exception handlers (catch (...)) but that does not seem to
help, besides, personal.xml should be clean enough to not cause any
exceptions anyway.

I also read about using the MemInput...something, however, it should not
apply to me because I am reading from a file...

Can some one help?

Cheers,
Steve Liu (sliu@comversens.com)