Commit 72b9e29edfee9b1cea5c544848b81766c07f1dfa

Daniel Veillard 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