skeleton off dailyplanner-to-html.xsl created

git-svn-id: svn://anubis/gvsu@130 45c1a28c-8058-47b2-ae61-ca45b979098e
This commit is contained in:
josh 2008-06-13 03:06:24 +00:00
parent e0186622fe
commit 242f2f164b
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,3 @@
all:
xsltproc dailyplanner-to-html.xsl test-sched.xml

View File

@ -0,0 +1,7 @@
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="/">
</xsl:template>
</xsl:stylesheet>