mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-13 09:01:53 +03:00
- debugXML.c hash.c tree.h valid.c : some changes related to
the validation suport to improve speed with DocBook - result/VC/OneID2 result/VC/OneID3 : this slightly changes the way validation errors get reported Daniel
This commit is contained in:
@ -239,6 +239,9 @@ xmlDebugDumpElemDecl(FILE *output, xmlElementPtr elem, int depth) {
|
||||
} else
|
||||
fprintf(output, "PBM ELEMDECL noname!!!");
|
||||
switch (elem->etype) {
|
||||
case XML_ELEMENT_TYPE_UNDEFINED:
|
||||
fprintf(output, ", UNDEFINED");
|
||||
break;
|
||||
case XML_ELEMENT_TYPE_EMPTY:
|
||||
fprintf(output, ", EMPTY");
|
||||
break;
|
||||
|
Reference in New Issue
Block a user