Lines Matching refs:html
162 static int html = 0;
536 * HTML ouput *
2184 else if ((html) && (push)) {
2215 else if ((html) && (memory)) {
2234 else if (html) {
2465 if ((insert) && (!html)) {
2509 if ((html) && (!xmlout)) {
2904 if ((debugent) && (!html))
2941 if (xmlHasFeature(XML_WITH_HTML)) fprintf(stderr, "HTML ");
2994 printf("\t--htmlout : output results as HTML\n");
2995 printf("\t--nowrap : do not put HTML doc wrapper\n");
3012 printf("\t--html : use the HTML parser\n");
3013 printf("\t--xmlout : force to use the XML serializer when using --html\n");
3014 printf("\t--nodefdtd : do not default HTML doctype\n");
3081 printf("To report bugs or get some help check: http://xmlsoft.org/bugs.html\n");
3178 else if ((!strcmp(argv[i], "-html")) ||
3179 (!strcmp(argv[i], "--html"))) {
3180 html++;
3503 "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0 Transitional//EN\"\n");
3507 "<html><head><title>%s output</title></head>\n",
3742 xmlGenericError(xmlGenericErrorContext, "</body></html>\n");