You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by bu...@apache.org on 2003/11/20 13:46:43 UTC

DO NOT REPLY [Bug 24852] New: - [PATCH] RTF: added support for fo:list-block

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: fop-dev@xml.apache.org
        ReportedBy: pherweg@web.de


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