Copy attributes in addition of internal tags.
[sfa.git] / sfatables / xmlrule.py
index bd41dbf..52bea31 100644 (file)
@@ -84,8 +84,9 @@ class XMLRule:
         #       then target(target_args, rspec)
         #       else rspec
         
+        import pdb
         if (self.match(rspec)):
-            return (True,self.wrap_up(self.target(rspec))
+            return (True,self.wrap_up(self.target(rspec)))
         else:
             return (False,self.wrap_up(rspec))