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