Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlout

163 static int xmlout = 0;
2537 if ((html) && (!xmlout)) {
2702 if (xmlout)
3042 printf("\t--xmlout : force to use the XML serializer when using --html\n");
3216 else if ((!strcmp(argv[i], "-xmlout")) ||
3217 (!strcmp(argv[i], "--xmlout"))) {
3218 xmlout++;