Project

Profile

Help

Bug #4607 » bug4607.html

Debbie Lockett, 2020-07-17 23:00

 
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">

<head>
<meta charset="utf-8"/>
<title>Bug 4607</title>
<link rel="stylesheet" href="style.css" type="text/css" />
<script src="Saxon-JS-2.0/SaxonJS2.rt.js"></script>
<script>
window.onload = function() {
const info = SaxonJS.getProcessorInfo();
console.log(info.productName + " " + info.productVersion);
SaxonJS.transform({
"stylesheetLocation":"bug4607XX.sef.json",
"initialTemplate":"main",
}, "async");
}
</script>
</head>

<body>
<h1 id="title">Bug 4607</h1>
<div id="target"></div>

</body>
</html>
(1-1/4)