Added element support to the main sfatables file
[sfa.git] / sfatables / targets / RESTRICT_SLICE_DOMAIN.xml
index 45f2a4b..2fbffd9 100644 (file)
@@ -1,7 +1,7 @@
 <target name="RESTRICT_SLICE_DOMAIN">
     <rule element="node">
-    <!-- The context is empty, since this target does not require any input from SFA -->
-    <context select=""/>
+        <!-- The context is empty, since this target does not require any input from SFA -->
+        <context select=""/>
         <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>
-    <processor filename="restrict_to_nodes.xsl"/>
+        <processor filename="restrict_to_nodes.xsl"/>
     </rule>
 </target>