(no commit message)
[sfa.git] / sfatables / matches / hrn.xml
index ff6bbde..e6444e8 100644 (file)
@@ -7,8 +7,14 @@ as the one matched by this rule.
 
 -->
 
-<match>
+<match name="hrn">
     <context select="//sfa//user/hrn"/>
-    <rule><argument param="user-hrn"/></rule-input>
-    <processor name="hrn.xsl"/>
+    <rule>
+        <argument>
+            <name>user-hrn</name>
+            <help>HRN of the user requesting resouces</help>
+            <operand>HRN</operand>
+        </argument>
+    </rule>
+    <processor filename="hrn.xsl"/>
 </match>