From 0d421cebc7aa0f30c3497d29b8a1e19af425082a Mon Sep 17 00:00:00 2001 From: Sapan Bhatia Date: Fri, 14 Aug 2009 02:36:15 +0000 Subject: [PATCH] XSL match for HRNs --- sfatables/matches/hrn.xml | 18 ------------------ sfatables/matches/hrn.xsl | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 18 deletions(-) delete mode 100644 sfatables/matches/hrn.xml create mode 100644 sfatables/matches/hrn.xsl diff --git a/sfatables/matches/hrn.xml b/sfatables/matches/hrn.xml deleted file mode 100644 index a4473c86..00000000 --- a/sfatables/matches/hrn.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - //request/user/hrn - - - - (//request/user/hrn eq //current/usr/hrn) - - diff --git a/sfatables/matches/hrn.xsl b/sfatables/matches/hrn.xsl new file mode 100644 index 00000000..3781b430 --- /dev/null +++ b/sfatables/matches/hrn.xsl @@ -0,0 +1,22 @@ + + + + + + + + + + True + + + False + + + + + + + + -- 2.43.0