Searched refs:dropdtd (Results 1 - 1 of 1) sorted by relevance

/external/libxml2/
H A Dxmllint.c185 static int dropdtd = 0; variable
2400 if (dropdtd) {
3029 printf("\t--dropdtd : remove the DOCTYPE of the input docs\n");
3225 else if ((!strcmp(argv[i], "-dropdtd")) ||
3226 (!strcmp(argv[i], "--dropdtd")))
3227 dropdtd++;

Completed in 62 milliseconds