Home
last modified time | relevance | path

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

/external/libxml2/win32/
Dconfigure.js663 var txtOut = "\nXML processor configuration\n"; variable
664 txtOut += "---------------------------\n";
665 txtOut += " Trio: " + boolToStr(withTrio) + "\n";
666 txtOut += " Thread safety: " + withThreads + "\n";
667 txtOut += " FTP client: " + boolToStr(withFtp) + "\n";
668 txtOut += " HTTP client: " + boolToStr(withHttp) + "\n";
669 txtOut += " HTML processor: " + boolToStr(withHtml) + "\n";
670 txtOut += " C14N support: " + boolToStr(withC14n) + "\n";
671 txtOut += " Catalog support: " + boolToStr(withCatalog) + "\n";
672 txtOut += " DocBook support: " + boolToStr(withDocb) + "\n";
[all …]