Removed debugging line
authorSapan Bhatia <sapanb@cs.princeton.edu>
Tue, 27 Oct 2009 03:24:41 +0000 (03:24 +0000)
committerSapan Bhatia <sapanb@cs.princeton.edu>
Tue, 27 Oct 2009 03:24:41 +0000 (03:24 +0000)
sfatables/processors/restrict_to_nodes.xsl

index 4d8f648..12ff4cd 100644 (file)
@@ -14,7 +14,6 @@
 
     <!-- Drop nodes that are not in the whitelist -->
     <xsl:template match="node">
-        <xsl:value-of select="$blacklist_prefix"/>
             <xsl:choose>
                 <xsl:when test="starts-with(@name,$whitelist_prefix) and not($blacklist_prefix and starts-with(@name,$blacklist_prefix))">
                     <xsl:copy-of select="."/>