Doldi: Problem mit XML/XSL

Beitrag lesen

<xsl:for-each select="i:programList/i:program">
<xsl:value-of select="." />
<xsl:variable name="following-sibling"><xsl:value-of select="following-sibling::*[1]" /></xsl:variable> 
<xsl:if test="$following-sibling != ''">

das problem hat sich gelöst, trotzdem danke ;)