[netfilter-cvslog] r7001 - trunk/iptables

pablo at netfilter.org pablo at netfilter.org
Mon Aug 6 12:01:45 CEST 2007


Author: pablo at netfilter.org
Date: 2007-08-06 12:01:45 +0200 (Mon, 06 Aug 2007)
New Revision: 7001

Modified:
   trunk/iptables/iptables.xslt
Log:
In <xsl:param name="$node"/>, "$node" is not a valid QName.

See http://www.w3.org/TR/xslt#variables

Dan Nicholson <dbn.lists at gmail.com>



Modified: trunk/iptables/iptables.xslt
===================================================================
--- trunk/iptables/iptables.xslt	2007-08-06 09:49:58 UTC (rev 7000)
+++ trunk/iptables/iptables.xslt	2007-08-06 10:01:45 UTC (rev 7001)
@@ -116,7 +116,7 @@
   </xsl:template>
   
   <xsl:template name="counters">
-    <xsl:param name="$node"/>
+    <xsl:param name="node"/>
     <xsl:text>[</xsl:text>
     <xsl:if test="string-length($node/@packet-count)"><xsl:value-of select="$node/@packet-count"/></xsl:if>
     <xsl:if test="string-length($node/@packet-count)=0">0</xsl:if>




More information about the netfilter-cvslog mailing list