Home | History | Annotate | Download | only in libxml2

Lines Matching refs:html

1143 		fprintf(ctxt->output, "HTML DOCUMENT\n");
2400 * dumps the serialization node content (XML or HTML).
2455 int html = 0;
2459 html = (ctxt->doc->type == XML_HTML_DOCUMENT_NODE);
2461 if (html) {
2465 fprintf(ctxt->output, "HTML support not compiled in\n");