Moved xslt extensions to processors/
[sfa.git] / sfatables / targets / accept.xsl
diff --git a/sfatables/targets/accept.xsl b/sfatables/targets/accept.xsl
deleted file mode 100644 (file)
index 9a397ef..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
-    <!-- Magic sauce copied from a manual. This fragment basically copies everything except for
-    stuff that explicitly matches with the templates defined below. In the case of such a match,
-    the matched node is treated differently.-->
-    <xsl:template match="@* | node()">
-        <xsl:copy>
-            <xsl:apply-templates select="@* | node()"/>
-        </xsl:copy>
-    </xsl:template>
-    <xsl:template match="sfatables-input"/>
-</xsl:stylesheet>