Searched refs:XML_SAVE_XHTML (Results 1 – 3 of 3) sorted by relevance
34 XML_SAVE_XHTML = 1<<4, /* force XHTML1 specific rules */ enumerator
35 d XML_SAVE_XHTML... Frce XHTML1 specific
1133 ((ctxt->options & XML_SAVE_XHTML) == 0)) || in xmlDocContentDumpOutput()1163 (ctxt->options & XML_SAVE_XHTML)) { in xmlDocContentDumpOutput()1214 if (ctxt->options & XML_SAVE_XHTML) in xmlDocContentDumpOutput()1893 if (ctxt->options & XML_SAVE_XHTML) { in xmlSaveTree()