Added a match that returns true for every request.
[sfa.git] / sfatables / processors / all.xsl
diff --git a/sfatables/processors/all.xsl b/sfatables/processors/all.xsl
new file mode 100644 (file)
index 0000000..469220c
--- /dev/null
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<xsl:stylesheet version="1.0"
+    xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+    <xsl:template match="/">
+            <result verdict="True"/> <!-- No match -->
+    </xsl:template>
+
+</xsl:stylesheet>