Added clear button for XPath, XSD and XSLT

This commit is contained in:
2023-02-23 09:02:17 +01:00
parent 169ba0d2d1
commit 05857a7d7e
4 changed files with 21 additions and 4 deletions

View File

@@ -11,6 +11,11 @@ function clearDefaultContent(element, text) {
}
}
function clearDataField(){
document.getElementById("xmlArea").value = "";
document.getElementById("transformArea").value = "";
}
function fillDefaultXML(element) {
if(element.classList.contains("active")){
const serverAddress = window.location.protocol + "//" + window.location.hostname + ":8086";