This commit is contained in:
2023-02-10 14:47:36 +01:00
parent 9a6e8c543e
commit d35103422b
2 changed files with 37 additions and 4 deletions

View File

@@ -1131,7 +1131,7 @@
console.log("processTooltip");
if (getProcInfo() == "xalan") {
if (getProcInfo() == "xalan" || getProcInfo() == "libxml") {
document.getElementById("tooltipFunctionInfo").innerText = "XSLT 1.0 functions";
document.getElementById("processorTooltipInfo").innerText = "Supports XSLT 1.0";
hideList(document.getElementsByName("collapse30"));