Handling Error Conditions in Callbacks

"Themis, Jim" <[email protected]> Fri, 8 Feb 2008 10:17:28 -0600
Newsgroups gmane.text.xml.expat.general
Message-ID <[email protected]>
I am working on my first XML project, therefore my first experience with
expat.  I had a question how other are dealing with error conditions
within their callback handlers.  Since the callbacks provide no return
value, I assume, one could use the UserData to store the error condition
and pop that up  the callback stack.  Just wanted to make sure I wasn't
missing any functionality within expat.

 

Thanks,

Jim