a little nicer wrt pep8
[sfa.git] / sfatables / matches / all.xml
1 <!-- 
2 "context" specifies the subset of the requestor context that this match needs to see. It is specified as an xpath expression.
3 For this simple match, we just need to look at sfa-input. 
4
5 "rule" specifies a set of arguments that the match accepts.
6 -->
7
8 <match name="all">
9     <!-- Empty context. We _always_ get the hrn of the current user -->
10     <context select=""/>
11     <processor filename="all.xsl"/>
12 </match>