Reorganized targets
[sfa.git] / sfatables / targets / RESTRICT_SLICE_DOMAIN.xml
similarity index 89%
rename from sfatables/targets/RESTRICT_TO_NODES.xml
rename to sfatables/targets/RESTRICT_SLICE_DOMAIN.xml
index c31b67e..45f2a4b 100644 (file)
@@ -1,7 +1,7 @@
-<target name="RESTRICT_TO_NODES">
+<target name="RESTRICT_SLICE_DOMAIN">
+    <rule element="node">
     <!-- The context is empty, since this target does not require any input from SFA -->
     <context select=""/>
-    <rule>
         <argument>
             <name>whitelist</name>
             <help>Prefix of nodes to whitelist for this match.</help>
@@ -12,6 +12,6 @@
             <help>Prefix of nodes to blacklist for this match.</help>
             <operand>PREFIX</operand>
         </argument>
-    </rule>
     <processor filename="restrict_to_nodes.xsl"/>
+    </rule>
 </target>