Lines Matching defs:is_xhtml
829 int is_xhtml = 0;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;2011 is_xhtml = xmlIsXHTML(dtd->SystemID, dtd->ExternalID);2012 if (is_xhtml < 0)2013 is_xhtml = 0;2016 if (is_xhtml)