Reorganized targets
[sfa.git] / sfatables / targets / RESTRICT_SLICE_DOMAIN.xml
1 <target name="RESTRICT_SLICE_DOMAIN">
2     <rule element="node">
3     <!-- The context is empty, since this target does not require any input from SFA -->
4     <context select=""/>
5         <argument>
6             <name>whitelist</name>
7             <help>Prefix of nodes to whitelist for this match.</help>
8             <operand>PREFIX</operand>
9         </argument>
10         <argument>
11             <name>blacklist</name>
12             <help>Prefix of nodes to blacklist for this match.</help>
13             <operand>PREFIX</operand>
14         </argument>
15     <processor filename="restrict_to_nodes.xsl"/>
16     </rule>
17 </target>