1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-10-21 14:53:44 +03:00

fixed bug #131745 raised by Shaun McCance with the suggested patch Daniel

* parser.c: fixed bug #131745 raised by Shaun McCance with the
  suggested patch
Daniel
This commit is contained in:
Daniel Veillard
2004-01-21 16:00:43 +00:00
parent 20c5e7878d
commit ae28918bf5
2 changed files with 6 additions and 0 deletions

View File

@@ -11736,6 +11736,7 @@ xmlCtxtReset(xmlParserCtxtPtr ctxt)
ctxt->wellFormed = 1;
ctxt->nsWellFormed = 1;
ctxt->disableSAX = 0;
ctxt->valid = 1;
ctxt->vctxt.userData = ctxt;
ctxt->vctxt.error = xmlParserValidityError;