commit | 8ad2930f623f0cc3af2d006a734b4e31d3f6b963 | [log] [tgz] |
---|---|---|
author | Daniel Veillard <veillard@redhat.com> | Thu Oct 28 11:51:22 2010 +0200 |
committer | Daniel Veillard <veillard@redhat.com> | Thu Oct 28 11:51:22 2010 +0200 |
tree | f19d1d0d1d9edadcd3cdf3010c4b0691743cfdff | |
parent | ea90b894146030c214a7df6d8375310174f134b9 [diff] [blame] |
make sure htmlCtxtReset do reset the disableSAX field As pointed out by Stefan Behnel <stefan_ml@behnel.de>
diff --git a/HTMLparser.c b/HTMLparser.c index d51abe3..04bfbd4 100644 --- a/HTMLparser.c +++ b/HTMLparser.c
@@ -6451,6 +6451,7 @@ ctxt->wellFormed = 1; ctxt->nsWellFormed = 1; + ctxt->disableSAX = 0; ctxt->valid = 1; ctxt->vctxt.userData = ctxt; ctxt->vctxt.error = xmlParserValidityError;