aboutsummaryrefslogtreecommitdiff
path: root/template/output/page.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'template/output/page.xsl')
-rw-r--r--template/output/page.xsl23
1 files changed, 0 insertions, 23 deletions
diff --git a/template/output/page.xsl b/template/output/page.xsl
deleted file mode 100644
index a271e4a..0000000
--- a/template/output/page.xsl
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<xsl:stylesheet
- version="1.0"
- xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- xmlns:xalan="http://xml.apache.org/xalan"
- xmlns:InputXSLT="function.inputxslt.application"
- exclude-result-prefixes="xalan InputXSLT"
->
-
-<xsl:include href="master.xsl"/>
-<xsl:include href="[utility/date-time.xsl]"/>
-
-<xsl:template name="title-text">
- <xsl:value-of select="/entry/h1"/> @ /home/adrian
-</xsl:template>
-
-<xsl:template match="data/entry">
- <div class="last article">
- <xsl:copy-of select="./*"/>
- </div>
-</xsl:template>
-
-</xsl:stylesheet>