Project

Profile

Help

Bug #5855 » mapmerge.html

HTML file (local paths) - Mary Holstege, 2023-01-25 21:20

 
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Map Invert Test</title>
<meta charset="UTF-8"/>
<script type="text/javascript" src="http://localhost/~mary/saxon/saxonjs/saxon-js/SaxonJS2.rt.js"></script>
<script>
window.onload = function() {
SaxonJS.transform({
stylesheetLocation: "mapmerge.sef.json",
initialTemplate: "main"
},"async");
}
</script>
</head>
<body>
<h1>Map Invert Test</h1>
<form>
<button name="go" id="go" type="button">Start</button>
</form>
<div id="output"></div>
</body>
</html>
(3-3/4)