Hash :
bdbe0d4e
Author :
Date :
2003-09-14T19:56:14
factoring of more error handling code, serious size reduction and more * parser.c include/libxml/xmlerror.h: factoring of more error handling code, serious size reduction and more lisibility of the resulting code. * parserInternals.c parser.c include/libxml/parserInternals.h include/libxml/parser.h: changing the way VC:Proper Group/PE Nesting checks are done, use a counter for entities. Entities where freed and reallocated at the same address failing the check. * tree.c: avoid a warning * result/valid/* result/VC/*: this slightly changes some validation error messages. Daniel
Entity: line 1: error: internal error: xmlParseInternalSubset: error detected in Markup declaration
%defroot;
^
Entity: line 1:
<!ELEMENT root (middle) >
^
Entity: line 1: error: DOCTYPE improperly terminated
%defroot;
^
Entity: line 1:
<!ELEMENT root (middle) >
^
Entity: line 1: error: Start tag expected, '<' not found
%defroot;
^
Entity: line 1:
<!ELEMENT root (middle) >
^