Changed transform field to new one
This commit is contained in:
@@ -285,7 +285,7 @@ function performRequest(endpoint, checkXML, checkTransform) {
|
||||
const sourceId = "xmlArea";
|
||||
const transformId = "transformArea";
|
||||
var xmlData = document.getElementById(sourceId).innerText.trim();
|
||||
var transformData = document.getElementById(transformId).value.trim();
|
||||
var transformData = document.getElementById(transformId).innerText.trim();
|
||||
|
||||
var port = 8081;
|
||||
if (getProcessor() == "libxml") {
|
||||
|
||||
Reference in New Issue
Block a user