Optimize the rule processing function to parse only once, then manipulate the parsed...
[sfa.git] / sfatables / xmlextension.py
index 813cd6d..809ea36 100644 (file)
@@ -9,6 +9,8 @@ from sfatables.globals import *
 
 class Xmlextension:
     def __init__(self, file_path):
+
+        print file_path
         self.context = ""
         self.processor = ""
         self.operand = "VALUE"