Added clear button for XPath, XSD and XSLT
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user