aboutsummaryrefslogtreecommitdiff
path: root/source/01_raw/blip_feed.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'source/01_raw/blip_feed.xsl')
-rw-r--r--source/01_raw/blip_feed.xsl22
1 files changed, 0 insertions, 22 deletions
diff --git a/source/01_raw/blip_feed.xsl b/source/01_raw/blip_feed.xsl
deleted file mode 100644
index 3ebebba..0000000
--- a/source/01_raw/blip_feed.xsl
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<xsl:stylesheet
- version="1.0"
- xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- xmlns:InputXSLT="function.inputxslt.application"
- exclude-result-prefixes="InputXSLT"
->
-
-<xsl:include href="[utility/datasource.xsl]"/>
-<xsl:include href="[utility/remove_namespace.xsl]"/>
-
-<xsl:variable name="meta">
- <datasource type="main" mode="full" source="00_content/blip_feed.xml" target="feed"/>
- <datasource type="support" mode="full" source="00_content/meta.xml" target="meta"/>
- <target mode="plain" value="blip_feed.xml"/>
-</xsl:variable>
-
-<xsl:template match="feed">
- <xsl:apply-templates mode="remove_namespace" select="entry[position() &lt;= $root/meta/overview/blip_count]"/>
-</xsl:template>
-
-</xsl:stylesheet>