Page 1 of 1

FOP transformation warnings

Posted: Thu Jun 18, 2009 1:49 pm
by tilovi
Hi

Is it possible to view FOP transformation warnings in oxygen XML Editor?
I am running version 10.2.

We have integrated FOP in a web application. To speed up the process we are developing in Oxygen, and deploying to tomcat afterwards.

When running in tomcat we get warnings like:
Logger: org.apache.fop.layoutmgr.BreakingAlgorithm Location: org.apache.fop.layoutmgr.inline.LineLayoutManager$LineBreakingAlgorithm.updateData2(LineLayoutManager.java:388) Message:
Line 1 of a paragraph overflows the available area by 502mpt. (fo:block, " ")
Throwable:
null

Is it possible to view these kind of warnings in Oxygen?

Re: FOP transformation warnings

Posted: Thu Jun 18, 2009 2:07 pm
by sorin_ristache
Hello,

Yes, that is possible. Select the option Enable the output of the built-in FOP from menu Options -> Preferences -> XML -> XSLT-FO-XQuery -> FO Processors. The FOP output is displayed in a view called FOP at the bottom of the Oxygen window.


Regards,
Sorin

Re: FOP transformation warnings

Posted: Mon Jun 22, 2009 11:49 am
by tilovi
Thanks a lot :D