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