Project

Profile

Help

RE: JavaScript errors from Saxon-CE 1.1 » tapasEngine.xslt

Syd Bauman, 2013-10-19 11:24

 
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyleft 2013 Syd Bauman -->
<!-- For complete copyright notice see near bottom of file. -->
<xsl:stylesheet version="2.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:tapas="http://www.wheatoncollege.edu/TAPAS/1.0"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:tei="http://www.tei-c.org/ns/1.0" >

<xsl:output method="html" indent="yes"/>
<xsl:template match="/">
<html>
<head>
<title>Debug!</title>
</head>
<body>
<p>Lovely Debug, Debug Maid</p>
</body>
</html>
</xsl:template>

</xsl:stylesheet>
(2-2/2)