-
Notifications
You must be signed in to change notification settings - Fork 0
/
jwTest.xhtml
32 lines (28 loc) · 1.51 KB
/
jwTest.xhtml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>jωiXML processor TESTING DEBUG</title>
<link rel="stylesheet" href="jwiXML.css" type="text/css" />
<!--<script type="text/javascript" src="/sxjs/SaxonJS2.debug.js" language="javascript"></script>-->
<script type="text/javascript" src="saxonJS/SaxonJS2.rt.js" language="javascript"></script>
<script type="text/javascript" src="build/jwiXML.test.cls.js" language="javascript"></script>
<script type="text/javascript" src="fileReader.js" language="javascript"></script>
</head>
<body onload="SaxonJS.transform({
'stylesheetLocation' : 'jwiXML.sef.json',
'sourceLocation' : 'jwiXML.xml',
'initialTemplate' : 'Q{}go'
})">
<div id="body">
<h2><a href="https://invisiblexml.org/"><img src="logos/logo_gradient.png" alt="InvisibleXML Logo"
width="60pt" /></a>
<span style="font-style:italic">j</span>ω<img src="logos/logotype.png" alt="InvisibleXML Logo"
width="60pt" /> processor TESTING DEBUG</h2>
<p id="status" class="note">A SaxonJS/JavaScript processor of <a href="https://invisiblexml.org/">Invisible XML</a></p>
<p id="messages"></p>
<div id="sandpit"></div>
</div>
</body>
</html>