Hide Forgot
Description of problem: when generating a simplelist with more than 1000 rows, I get an error: runtime error: file file:///usr/share/sgml/docbook/xsl-stylesheets-1.77.1/xhtml/docbook.xsl line 108 element value-of xsltApplyXSLTTemplate: A potential infinite template recursion was detected. You can adjust xsltMaxDepth (--maxdepth) in order to raise the maximum number of nested template calls and variables/params (currently set to 1000). Version-Release number of selected component (if applicable): 3.2.1 How reproducible: create simplelist tag with more than 1000 members Additional info: I've edited /usr/share/perl5/vendor_perl/Publican/Builder.pm: -XML::LibXSLT->max_depth(1000); +XML::LibXSLT->max_depth(10000); works fine
It appears this bug has same problem BZ579786
(In reply to Tomas Dabašinskas from comment #2) > It appears this bug has same problem BZ579786 No, that was a bug where the user didn't actually have more than 1000 children, whereas you are saying you are just exceeding this limit.
Raised to 10K. To ssh://git.fedorahosted.org/git/publican.git 25ac483..80357fa devel -> devel
A fix for this shipped in Publican 4.1.0.