[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Expat question

From: Karl Fogel <kfogel_at_galois.collab.net>
Date: 2000-08-09 05:00:35 CEST

Anyone experienced with the Expat parser (subversion/expat-lite/)?

The question of the hour is:

If Expat invokes one of our callbacks during the parse, and the
callback encounters some error situation and decides there's no point
in continuing parsing, does Expat provide some way to just return
immediately from the parse with error (i.e., make that call to
XML_Parse() return immediately)?

Or do we need to set a jump buffer outside XML_Parse() and long_jmp
out of the callback?
Received on Sat Oct 21 14:36:06 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.