Project

Profile

Help

Bug #4802 » index.html

David Priest, 2020-10-24 02:54

 
<!doctype html>
<html
lang="en">
<head>
<meta
charset="utf-8">
<title>Test</title>
<script src="js/Saxon-JS-2.0/SaxonJS2.rt.js"></script>
<script type="text/javascript">
window.onload = function () {
SaxonJS.transform({
stylesheetLocation: "xsl/webapp.sef.json",
initialTemplate: "Q{http://www.w3.org/1999/XSL/Transform}initial-template",
});
};</script>
</head>
<body>
<section>
<h4>Data Source</h4>
<div
id="grid">
<div><span>1</span><span>2</span><span>3</span></div>
<div><span>4</span><span>5</span><span>6</span></div>
<div><span>7</span><span>8</span><span>9</span></div>
</div>
</section>
</body>
</html>
(2-2/2)