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 2009/12/02 08:19:21 UTC

DO NOT REPLY [Bug 47530] Problem with fo:wrapper inside block-container or table-cell

https://issues.apache.org/bugzilla/show_bug.cgi?id=47530

--- Comment #8 from ms419@freezone.co.uk 2009-12-01 23:19:16 UTC ---
Currently experiencing this problem with trunk revision 834135 and,

  [...]
  <fo:list-item-body>
    <fo:wrapper>
      [...]
    </fo:wrapper>
  </fo:list-item-body>
  [...]

java.lang.ClassCastException: org.apache.fop.layoutmgr.InlineKnuthSequence
canno
t be cast to org.apache.fop.layoutmgr.ListElement
        at org.apache.fop.cli.InputHandler.transformTo(InputHandler.java:302)
        at org.apache.fop.cli.InputHandler.renderTo(InputHandler.java:130)
        at org.apache.fop.cli.Main.startFOP(Main.java:174)
        at org.apache.fop.cli.Main.main(Main.java:205)

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.