⚲
Project
Profile
Help
Tour this page
Frequent Planio Questions
Learning Resources
Sign in
Register
Switch Planio account
Open in Planio App
Share current page
Search
:
Projects
All Projects
Help
Tour this page
Frequent Planio Questions
Learning Resources
Sign in
Register
Switch Planio account
Open in Planio App
Share current page
Saxon
»
SaxonJS
Overview
Roadmap
Issues
Blog
Documents
Forums
Files
Download (706 Bytes)
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>
« Previous
1
2
Next »
(2-2/2)
Loading...