Project

Profile

Help

Error XError, message: "Internal error: Target component ... » test201802180102.html

HTML document hosting Saxon-JS - Martin Honnen, 2018-02-19 15:31

 
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>test</title>
<script src="../../Saxon-JS-1.0.2/SaxonJS.min.js"></script>
<script>
document.addEventListener(
'DOMContentLoaded',
function() {
SaxonJS.transform({
'stylesheetLocation' : 'test201802180102.sef',
'initialTemplate' : 'Q{http://www.w3.org/1999/XSL/Transform}initial-template'
});
},
false
);
</script>
</head>
<body>
<h1>Test</h1>
<div id="div1"></div>
</body>
</html>
(2-2/4)