• Show log

    Commit

  • Hash : 72b9e29e
    Author : Daniel Veillard
    Date : 2003-10-28T15:44:17

    cleanup fixing bug #125653 sometimes the error handlers can get a parser
    
    * Makefile.am: cleanup
    * error.c valid.c include/libxml/xmlerror.h: fixing bug #125653
      sometimes the error handlers can get a parser context on DTD
      errors, and sometime they don't. So be very careful when trying
      to grab those informations.
    Daniel