Searched refs:txtOut (Results 1 – 1 of 1) sorted by relevance
651 var txtOut = "\nXML processor configuration\n"; variable652 txtOut += "---------------------------\n";653 txtOut += " Trio: " + boolToStr(withTrio) + "\n";654 txtOut += " Thread safety: " + withThreads + "\n";655 txtOut += " FTP client: " + boolToStr(withFtp) + "\n";656 txtOut += " HTTP client: " + boolToStr(withHttp) + "\n";657 txtOut += " HTML processor: " + boolToStr(withHtml) + "\n";658 txtOut += " C14N support: " + boolToStr(withC14n) + "\n";659 txtOut += " Catalog support: " + boolToStr(withCatalog) + "\n";660 txtOut += " DocBook support: " + boolToStr(withDocb) + "\n";[all …]