Zitat von
Neuromancer:
Jo, schau dir mal "xsl:if" in Kombination mit " test="position()=5" " an.
Nicht ganz, da das nur das 5. Element erreicht, aber nicht jedes 5.
XML-Code:
<xsl:if test="position() mod 5 = 0">
<hr />
</xsl:if>
@Luckie: Die Überschrift sollte aber [XSL] und nicht [
XML] enthalten
...
...