Adding a config option for the stanford aggregate manager. This is something we shoul...
[sfa.git] / sfatables / targets / RESTRICT_TO_NODES.xml
1 <target name="RESTRICT_TO_NODES">
2     <!-- The context is empty, since this target does not require any input from SFA -->
3     <context select=""/>
4     <rule>
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     </rule>
16     <processor filename="restrict_to_nodes.xsl"/>
17 </target>