Searched defs:is_xhtml (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlsave.c829 int is_xhtml = 0; local
914 is_xhtml = xmlIsXHTML(dtd->SystemID, dtd->ExternalID);
915 if (is_xhtml < 0) is_xhtml = 0;
925 if (is_xhtml)
1990 int is_xhtml = 0; local
2011 is_xhtml = xmlIsXHTML(dtd->SystemID, dtd->ExternalID);
2012 if (is_xhtml < 0)
2013 is_xhtml = 0;
2016 if (is_xhtml)
[all...]

Completed in 46 milliseconds