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

/vbox/src/libs/libxml2-2.6.31/win32/
H A Dconfigure.js49 var withSchematron = true; variable
145 txt += " schematron: Enable Schematron support (" + (withSchematron? "yes" : "no") + ")\n";
242 vf.WriteLine("WITH_SCHEMATRON=" + (withSchematron? "1" : "0"));
335 of.WriteLine(s.replace(/\@WITH_SCHEMATRON\@/, withSchematron? "1" : "0"));
478 withSchematron = strToBool(arg.substring(opt.length + 1, arg.length));
661 txtOut += "Schematron support: " + boolToStr(withSchematron) + "\n";

Completed in 32 milliseconds