- Deprecated the old teaching calendar stylesheets. They'll stick around,
however, because old handbooks still use them, and I'm not going back to
  convert them!
1 parent 2e1efd2 commit 5fe4ac2a4cbd4ab5e9c41dc28370d679fe857ab4
nstanger authored on 18 Jun 2012
Showing 2 changed files
View
5
html_calendar.xsl
<?xml version="1.0"?>
 
<!--
THE USE OF THIS STYLESHEET IS DEPRECATED AS OF 2012-06-18! It has been replaced by equivalent markup embedded within the overall XML authoring framework. This file will stay here to provide backward compatibility with older markup that uses it.
-->
 
<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
 
<xsl:output method="html" encoding="ISO-8859-1" media-type="text/html" doctype-public="-//W3C//DTD HTML 4.01//EN" doctype-system="http://www.w3.org/TR/html4/strict.dtd" />
 
View
5
latex_calendar.xsl
<?xml version="1.0"?>
 
<!--
THE USE OF THIS STYLESHEET IS DEPRECATED AS OF 2012-06-18! It has been replaced by equivalent markup embedded within the overall XML authoring framework. This file will stay here to provide backward compatibility with older markup that uses it.
-->
 
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="2.0">
 
<xsl:output method="text" encoding="ISO-8859-1" media-type="text/plain" />