Project

Profile

Help

Bug #3475 » test.html

David Priest, 2017-10-15 03:12

 
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>SaxonJS 9.8 Test</title>
<script src="/js/SaxonJS.js"></script>
<script type="text/javascript"> window.onload = function() { SaxonJS.transform({
stylesheetLocation: "/xsl/test.sef", initialTemplate: "kickstart", initialMode: "html"
}); } </script>
</head>
<body id="body">SaxonJS 9.8 Test</body>
</html>
(1-1/3)