⚲
Project
Profile
Help
Tour this page
Frequent Planio Questions
Learning Resources
Lernen Sie alles über Aufgaben
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
Lernen Sie alles über Aufgaben
Sign in
Register
Switch Planio account
Open in Planio App
Share current page
Saxon
»
SaxonJS
Overview
Roadmap
Issues
Blog
Documents
Forums
Files
Download (747 Bytes)
Bug #4607
» bug4607.html
Debbie Lockett
, 2020-07-17 23:00
<!DOCTYPE html>
<html
xmlns=
"http://www.w3.org/1999/xhtml"
>
<head>
<meta
charset=
"utf-8"
/>
<title>
Bug 4607
</title>
<link
rel=
"stylesheet"
href=
"style.css"
type=
"text/css"
/>
<script
src=
"Saxon-JS-2.0/SaxonJS2.rt.js"
></script>
<script>
window
.
onload
=
function
()
{
const
info
=
SaxonJS
.
getProcessorInfo
();
console
.
log
(
info
.
productName
+
"
"
+
info
.
productVersion
);
SaxonJS
.
transform
({
"
stylesheetLocation
"
:
"
bug4607XX.sef.json
"
,
"
initialTemplate
"
:
"
main
"
,
},
"
async
"
);
}
</script>
</head>
<body>
<h1
id=
"title"
>
Bug 4607
</h1>
<div
id=
"target"
></div>
</body>
</html>
« Previous
1
2
3
4
Next »
(1-1/4)
Loading...