Home
last modified time | relevance | path

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

/external/libxml2/win32/
Dconfigure.js51 var withSchematron = true; variable
149 txt += " schematron: Enable Schematron support (" + (withSchematron? "yes" : "no") + ")\n";
248 vf.WriteLine("WITH_SCHEMATRON=" + (withSchematron? "1" : "0"));
359 of.WriteLine(s.replace(/\@WITH_SCHEMATRON\@/, withSchematron? "1" : "0"));
506 withSchematron = strToBool(arg.substring(opt.length + 1, arg.length));
697 txtOut += "Schematron support: " + boolToStr(withSchematron) + "\n";