DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24852>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24852 [PATCH] RTF: added support for fo:list-block Summary: [PATCH] RTF: added support for fo:list-block Product: Fop Version: all Platform: All OS/Version: All Status: NEW Severity: Normal Priority: Other Component: general AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Hi, i'd like to submit attached patch. It adds support for fo:list-block. I had to make quite a lot changes to the original JFOR code. But i thinks it's much cleaner now. For example: -JFOR wrote a '\*\listtable' group for each list in the document, which does not correspond to the RTF specification. -There is now support for simply nested lists (JFOR appended the nested lists to the end of the enclosing list). -You can now specify arbitrary text for the list-item-label (not supported by Wordpad) Thanks Peter Herweg