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

/external/libxml2/
H A Dxmllint.c167 static int nodefdtd = 0; variable
3014 printf("\t--nodefdtd : do not default HTML doctype\n");
3185 } else if ((!strcmp(argv[i], "-nodefdtd")) ||
3186 (!strcmp(argv[i], "--nodefdtd"))) {
3187 nodefdtd++;

Completed in 167 milliseconds