(commented out): limit nested template calls to 200
[irspy-moved-to-github.git] / xsl / irspy2zeerex.xsl
index 0076589..76ad5a1 100644 (file)
       <xsl:when test="$latest">
         <xsl:copy-of select="$latest"/>
       </xsl:when>
+      <!-- <xsl:when test="$i > 0 and $i &lt; 200"> -->
       <xsl:when test="$i > 0">
         <xsl:call-template name="insert-latest-nodes">
           <xsl:with-param name="what" select="$what"/>