mirror of
https://github.com/GNOME/libxml2.git
synced 2025-03-25 19:01:31 +08:00
Closing bug #25000, Daniel.
This commit is contained in:
parent
b656ebe456
commit
64c20ed0b7
@ -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
|
||||
|
@ -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++;
|
||||
|
Loading…
x
Reference in New Issue
Block a user