Titel sagt ja schon alles hier der Code
<xsl:variable name="Lgth" select="count(/data/Intervall)"/>
<xsl:variable name="LgthEch2" select="count(/data/Intervall/value)"/>
<xsl:variable name="LgthEch" select="$LgthEch2 / $Lgth"/>
Titel sagt ja schon alles hier der Code
<xsl:variable name="Lgth" select="count(/data/Intervall)"/>
<xsl:variable name="LgthEch2" select="count(/data/Intervall/value)"/>
<xsl:variable name="LgthEch" select="$LgthEch2 / $Lgth"/>