Project

Profile

Help

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>
(1-1/2)