Commit ca10c7d7b513f334ac52aff88c81661194d919a5

Francesco Pretto 2025-07-24T18:10:25

relaxng: Added xmlRelaxNGValidCtxtClearErrors to recover from errors during streaming validation This allows to perform XML element validation skipping errors without recreating a validation context. Tested it in runsuite.c in the rngTestStreaming() method. Also added xmlRegExecClearErrors(exec) as necessary.