[lxml-dev] can validation yield multiple errors?
Stefan Behnel
stefan_ml at behnel.de
Fri Jun 19 07:06:33 CEST 2009
az at svilendobrev.com wrote:
> as i see, the validation (i use schemas) stops at first error.
> is it possible to get all errors that parser is able to recover from?
You didn't state if you were validating at parse time or afterwards (please
try both), but in any case, I have no idea if (and if so, how well) libxml2
can recover from validation errors. At least, I didn't see an obvious
switch anywhere in the API docs.
Stefan
More information about the lxml-dev
mailing list