a little nicer wrt pep8
[sfa.git] / sfatables / matches / slice-whitelist.xml
1 <match name="slice-whitelist">
2     <!-- Empty context. We _always_ get the hrn of the current user -->
3     <rule element='*'>
4       <context select="//sfa/current/slice@hrn"/>
5       <processor filename="slice-whitelist.xsl"/>
6     </rule>
7 </match>