Searched refs:withSchematron (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/libxml/src/win32/
H A Dconfigure.js50 var withSchematron = true; variable
147 txt += " schematron: Enable Schematron support (" + (withSchematron? "yes" : "no") + ")\n";
245 vf.WriteLine("WITH_SCHEMATRON=" + (withSchematron? "1" : "0"));
340 of.WriteLine(s.replace(/\@WITH_SCHEMATRON\@/, withSchematron? "1" : "0"));
485 withSchematron = strToBool(arg.substring(opt.length + 1, arg.length));
675 txtOut += "Schematron support: " + boolToStr(withSchematron) + "\n";

Completed in 29 milliseconds