* parser.c: fixed bug #131745 raised by Shaun McCance with the suggested patch Daniel
@@ -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;
The note is not visible to the blocked user.