OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XML_SAVE_XHTML
(Results
1 - 2
of
2
) sorted by null
/external/libxml2/include/libxml/
xmlsave.h
34
XML_SAVE_XHTML
= 1<<4, /* force XHTML1 specific rules */
/external/libxml2/
xmlsave.c
918
if (ctxt->options &
XML_SAVE_XHTML
) {
1133
((ctxt->options &
XML_SAVE_XHTML
) == 0)) ||
1163
(ctxt->options &
XML_SAVE_XHTML
)) {
[
all
...]
Completed in 926 milliseconds