Searched refs:XML_SAVE_XHTML (Results 1 – 5 of 5) sorted by relevance
34 XML_SAVE_XHTML = 1<<4, /* force XHTML1 specific rules */ enumerator
63 XML_SAVE_XHTML = 1<<4, /* force XHTML1 specific rules */ enumerator
947 if (ctxt->options & XML_SAVE_XHTML) { in xmlNodeDumpOutputInternal()1159 ((ctxt->options & XML_SAVE_XHTML) == 0)) || in xmlDocContentDumpOutput()1189 (ctxt->options & XML_SAVE_XHTML)) { in xmlDocContentDumpOutput()1240 if (ctxt->options & XML_SAVE_XHTML) in xmlDocContentDumpOutput()
35 d XML_SAVE_XHTML... Frce XHTML1 specific
1144 ((ctxt->options & XML_SAVE_XHTML) == 0)) || in xmlDocContentDumpOutput()1174 (ctxt->options & XML_SAVE_XHTML)) { in xmlDocContentDumpOutput()1225 if (ctxt->options & XML_SAVE_XHTML) in xmlDocContentDumpOutput()1904 if (ctxt->options & XML_SAVE_XHTML) { in xmlSaveTree()