rspec -> Rspec. TODO: change all XML literals into symbolic constants and define...
[sfa.git] / sfatables / runtime.py
index 0c6b8b1..0ed38e0 100644 (file)
@@ -55,7 +55,7 @@ class SFATablesRules:
                 
     def add_request_context_to_rspec(self, doc):
         p = doc.xpathNewContext()
-        context = p.xpathEval("//rspec")
+        context = p.xpathEval("//Rspec")
         if (not context):
             raise Exception('Request is not an rspec')
         else: