projects
/
irspy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9aa104
)
(commented out): limit nested template calls to 200
author
Wolfram Schneider
<wosch@indexdata.dk>
Mon, 12 Apr 2010 13:15:58 +0000
(13:15 +0000)
committer
Wolfram Schneider
<wosch@indexdata.dk>
Mon, 12 Apr 2010 13:15:58 +0000
(13:15 +0000)
xsl/irspy2zeerex.xsl
patch
|
blob
|
history
diff --git
a/xsl/irspy2zeerex.xsl
b/xsl/irspy2zeerex.xsl
index
0076589
..
76ad5a1
100644
(file)
--- a/
xsl/irspy2zeerex.xsl
+++ b/
xsl/irspy2zeerex.xsl
@@
-183,6
+183,7
@@
<xsl:when test="$latest">
<xsl:copy-of select="$latest"/>
</xsl:when>
+ <!-- <xsl:when test="$i > 0 and $i < 200"> -->
<xsl:when test="$i > 0">
<xsl:call-template name="insert-latest-nodes">
<xsl:with-param name="what" select="$what"/>