⚲
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
Overview
Roadmap
Issues
Calendar
Blog
Documents
Forums
Files
Repository
Download (688 Bytes)
Support #4396
» index.html
David Priest
, 2019-11-26 19:52
<!DOCTYPE html>
<html
xmlns=
"http://www.w3.org/1999/xhtml"
>
<head>
<title>
Bug Demo
</title>
<script
src=
"js/Saxon-JS-1.2.0/SaxonJS.min.js"
></script>
<script
type=
"text/javascript"
>
window
.
onload
=
function
()
{
SaxonJS
.
transform
({
stylesheetLocation
:
"
xsl/bug.sef.xml
"
,
initialTemplate
:
"
Q{http://www.w3.org/1999/XSL/Transform}initial-template
"
,
});
}
</script>
</head>
<body>
<div
id=
"longformEmptyDiv"
></div>
<div>
Here is some placeholder content.
</div>
<div
id=
"shortformEmptyDiv"
/>
<div>
Here is some placeholder content.
</div>
<div
id=
"disappearingAct"
></div>
<div>
Here is some placeholder content.
</div>
</body>
</html>
« Previous
1
2
Next »
(1-1/2)
Loading...