Remove both match and target contexts after a rule is done.
[sfa.git] / sfatables / processors / __sfatables_rule_wrap_up__.xsl
index fe46180..00e43b6 100644 (file)
@@ -10,5 +10,6 @@
         </xsl:copy>
     </xsl:template>
 
-    <xsl:template match="rule-context"/>
+    <xsl:template match="match-context"/>
+    <xsl:template match="target-context"/>
 </xsl:stylesheet>