Added accept and reject processors and ACCEPT target
[sfa.git] / sfatables / targets / ACCEPT.xml
diff --git a/sfatables/targets/ACCEPT.xml b/sfatables/targets/ACCEPT.xml
new file mode 100644 (file)
index 0000000..7a8968e
--- /dev/null
@@ -0,0 +1,8 @@
+<target name="ACCEPT">
+    <!-- The context is empty, since this target does not require any input from SFA -->
+    <context select=""/>
+    <attributes>
+        <attribute terminal="yes"/>
+    </attributes>
+    <processor filename="accept.xsl"/>
+</target>