Branch

  • Show log

    Commit

  • Hash : ca10c7d7
    Author : Francesco Pretto
    Date : 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.