This isn't a show stopper in any way since I can render text without FOP.

I added a positioned block-container to my .FO. Now the text renderer bombs on that page.
Is there any way to include a positioned block-container that does not crash the text renderer?


Chuck

value: FOP 0.20.2
OS Windows 2000

<fo:block-container height="4.5in" width="7.2in" top="6in" left="0in" position="absolute">

[INFO]: rendering areas to TEXT
[INFO]: [1]
[INFO]: [2]
[INFO]: [3]
[ERROR]: null
org.apache.fop.apps.FOPException
at org.apache.fop.apps.Driver.render(Driver.java:464)
at org.apache.fop.apps.CommandLineStarter.run(CommandLineStarter.java:72)
at org.apache.fop.apps.Fop.main(Fop.java:19)
---------
java.lang.ArrayIndexOutOfBoundsException
at org.apache.xerces.framework.XMLParser.parse(XMLParser.java:965)
at org.apache.fop.apps.Driver.render(Driver.java:459)
at org.apache.fop.apps.CommandLineStarter.run(CommandLineStarter.java:72)
at org.apache.fop.apps.Fop.main(Fop.java:19)


---------



Reply via email to