summaryrefslogtreecommitdiff
path: root/debugXML.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-04-18 13:09:01 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-04-18 13:09:01 +0000
commita10efa8aa6e8a89ad1f5fa05bd591fed02c88dba (patch)
treef87ef2e689b1126b43c4e162c150ac6e93720636 /debugXML.c
parent1ed3f88b8b2794eadd0481450446fda8b59d9914 (diff)
downloadlibxml2-a10efa8aa6e8a89ad1f5fa05bd591fed02c88dba.tar.gz
- 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
Diffstat (limited to 'debugXML.c')
-rw-r--r--debugXML.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/debugXML.c b/debugXML.c
index f9f1c8b8..03b1128f 100644
--- a/debugXML.c
+++ b/debugXML.c
@@ -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;