Still reorganizing the default set of rules
[sfa.git] / sfatables / targets / REJECT.xml
index 7d524db..8beeb3c 100644 (file)
@@ -1,8 +1,10 @@
 <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"/>
+    <rule element="*">
+        <context select=""/>
+        <attributes>
+            <attribute terminal="yes"/>
+        </attributes>
+        <processor filename="reject.xsl"/>
+    </rule>
 </target>