⚲
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
»
Saxon-CE
Overview
Roadmap
Issues
Calendar
Blog
Documents
Forums
Files
Download (622 Bytes)
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>
« Previous
1
2
Next »
(2-2/2)
Loading...