DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=31537>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=31537 fo:list-block with provisional-distance-between-starts attribute (variablelist) ------- Additional Comments From [EMAIL PROTECTED] 2004-10-05 06:47 ------- To reproduce the error run: xsltproc --nonet -o good.fo customize-fo.xsl varlistentry-good.xml xsltproc --nonet -o bad.fo customize-fo.xsl varlistentry-bad.xml The difference is; good.fo (3em): provisional-distance-between-starts="3em * 0.60+1em" bad.fo (23em): provisional-distance-between-starts="23em * 0.60+1em" I'm told you can avoid the error using a stylesheet customization; but nevertheless it would be nice if FOP would report a fatal error instead of the loop.