Home
last modified time | relevance | path

Searched refs:XML_SAVE_XHTML (Results 1 – 3 of 3) sorted by relevance

/third_party/libxml2/include/libxml/
Dxmlsave.h34 XML_SAVE_XHTML = 1<<4, /* force XHTML1 specific rules */ enumerator
/third_party/libxml2/os400/libxmlrpg/
Dxmlsave.rpgle35 d XML_SAVE_XHTML... Frce XHTML1 specific
/third_party/libxml2/
Dxmlsave.c1144 ((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()