(no commit message)
[sfa.git] / sfatables / matches / hrn.xml
index a4473c8..5a7121c 100644 (file)
@@ -7,12 +7,14 @@ as the one matched by this rule.
 
 -->
 
-<match xmlns="http://www.planet-lab.org/sfa/sfatables/match/2009/8">
-    <sfa-input>
-        //request/user/hrn
-    </sfa-input>
-
+<match>
+    <context select="//sfa//user/hrn"/>
     <rule>
-        (//request/user/hrn eq //current/usr/hrn)
+        <argument>
+            <name>user-hrn</name>
+            <help>HRN of the user requesting resouces</help>
+            <operand>HRN</operand>
+        </argument>
     </rule>
+    <processor filename="hrn.xsl"/>
 </match>