Updated Saxon version method and changed time to duration in frontend
This commit is contained in:
		@@ -318,7 +318,7 @@ function performRequest(endpoint, checkXML, checkTransform) {
 | 
			
		||||
            
 | 
			
		||||
                
 | 
			
		||||
            if (result.status == "OK") {
 | 
			
		||||
                document.getElementById("procinfo").innerText += " (" + result.time + "ms)";
 | 
			
		||||
                document.getElementById("procinfo").innerText += " (" + result.duration + "ms)";
 | 
			
		||||
                if (result.type)
 | 
			
		||||
                    document.getElementById("procinfo").innerText += ". Returned: " + result.type;
 | 
			
		||||
                else
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user