Closing bug #25000, Daniel.

This commit is contained in:
Daniel Veillard 2000-09-22 16:07:02 +00:00
parent b656ebe456
commit 64c20ed0b7
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Fri Sep 22 18:06:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
* xmlint.c: closing bug #25000
Fri Sep 22 14:17:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
* xmlIO.h tree.h: made xmlNodeDump() and xmlNodeDumpOutput() public

View File

@ -655,11 +655,13 @@ int main(int argc, char **argv) {
xmlGetWarningsDefaultValue = 1;
xmlPedanticParserDefault(1);
}
#ifdef LIBXML_DEBUG_ENABLED
else if ((!strcmp(argv[i], "-debugent")) ||
(!strcmp(argv[i], "--debugent"))) {
debugent++;
xmlParserDebugEntities = 1;
}
#endif
else if ((!strcmp(argv[i], "-encode")) ||
(!strcmp(argv[i], "--encode"))) {
i++;