Home
last modified time | relevance | path

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

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