a little nicer wrt pep8
[sfa.git] / sfatables / targets / REJECT.xml
1 <target name="REJECT">
2     <!-- The context is empty, since this target does not require any input from SFA -->
3     <rule element="*">
4         <context select=""/>
5         <attributes>
6             <attribute terminal="yes"/>
7         </attributes>
8         <processor filename="reject.xsl"/>
9     </rule>
10 </target>