a little nicer wrt pep8
[sfa.git] / sfatables / processors / __sfatables_rule_wrap_up__.xsl
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2 <!-- 
3     This processor is called at the end, to remove sfatables-specific tags.
4 -->
5
6 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
7         <xsl:template match="@* | node()">
8         <xsl:copy>
9             <xsl:apply-templates select="@* | node()"/>
10         </xsl:copy>
11     </xsl:template>
12
13     <xsl:template match="match-context"/>
14     <xsl:template match="target-context"/>
15 </xsl:stylesheet>