(no commit message)
authorSapan Bhatia <sapanb@cs.princeton.edu>
Mon, 14 Sep 2009 02:34:52 +0000 (02:34 +0000)
committerSapan Bhatia <sapanb@cs.princeton.edu>
Mon, 14 Sep 2009 02:34:52 +0000 (02:34 +0000)
sfatables/targets/REJECT.xml [new file with mode: 0644]
sfatables/targets/__init__.py

diff --git a/sfatables/targets/REJECT.xml b/sfatables/targets/REJECT.xml
new file mode 100644 (file)
index 0000000..7d524db
--- /dev/null
@@ -0,0 +1,8 @@
+<target name="REJECT">
+    <!-- The context is empty, since this target does not require any input from SFA -->
+    <context select=""/>
+    <attributes>
+        <attribute terminal="yes"/>
+    </attributes>
+    <processor filename="reject.xsl"/>
+</target>
index 19e5911..8f4e850 100644 (file)
@@ -1,3 +1,5 @@
 all="""
 RESTRICT_TO_NODES
+ACCEPT
+REJECT
 """.split()