Home
last modified time | relevance | path

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

/external/libxml2/win32/
Dconfigure.js50 var withSchemas = true; variable
148 txt += " schemas: Enable XML Schema support (" + (withSchemas? "yes" : "no") + ")\n";
247 vf.WriteLine("WITH_SCHEMAS=" + (withSchemas? "1" : "0"));
357 of.WriteLine(s.replace(/\@WITH_SCHEMAS\@/, withSchemas? "1" : "0"));
504 withSchemas = strToBool(arg.substring(opt.length + 1, arg.length));
696 txtOut += "XML Schema support: " + boolToStr(withSchemas) + "\n";