FOP transformation warnings

Here should go questions about transforming XML with XSLT and FOP.
tilovi
Posts: 2
Joined: Thu Jun 18, 2009 1:43 pm

FOP transformation warnings

Post 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?
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Re: FOP transformation warnings

Post 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
tilovi
Posts: 2
Joined: Thu Jun 18, 2009 1:43 pm

Re: FOP transformation warnings

Post by tilovi »

Thanks a lot :D
Post Reply