Title: How do I prevent SAX parser from sending me events
Either throw an exception not derived from any type of exception that the parser defines, or use the progressive parse option (see the PParse example.)
 
--------------------------
Dean Roddey
The CIDLib C++ Frameworks
Charmed Quark Software
[EMAIL PROTECTED]
http://www.charmedquark.com
 
"I'm not sure how I feel about ambivalence"
 
 
----- Original Message -----
Sent: Thursday, March 22, 2001 11:57 AM
Subject: How do I prevent SAX parser from sending me events

Hi,

How do I stop the SAX Parser from sending me events. Assuming that while parsing, I have some data that is not correct and hence I want to abandon the parsing.

How do I do this?

Thanks,
Ganesh

Reply via email to