markushh: Eine Variable die sich immer um 3 erhöht

Beitrag lesen

ALso so wenn ich das richtig verstanden hab ist immer noch NAN%

<xsl:call-template name="plot-line">
            <xsl:with-param name="y1" select="value"/>
            <xsl:with-param name="y2" select="value2"/>

<xsl:with-param name="zaehler" select="3 * position()"/>
        </xsl:call-template>

</xsl:template>
    <xsl:template name="plot-line">
        <xsl:param name="y1"/>
        <xsl:param name="y2"/>

<xsl:variable name="zaehler"></xsl:variable>
        <rect x="{13.5+$zaehler}%" y="{40-$y1*5}%" width="3%" height="{$y1*5}%" class="Fill-B"/>