Skip to content

Commit

Permalink
In <xsl:param name="$node"/>, "$node" is not a valid QName.
Browse files Browse the repository at this point in the history
See http://www.w3.org/TR/xslt#variables

Dan Nicholson <dbn.lists@gmail.com>
  • Loading branch information
dbnicholson authored and ummakynes committed Aug 6, 2007
1 parent dfd78a8 commit be95d14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iptables.xslt
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit be95d14

Please sign in to comment.