RE: XSL_FO generator

2003-02-10 Thread Savino, Matt C
3:14 AM To: [EMAIL PROTECTED] Subject: RE: XSL_FO generator I haven't found a nice one, let alone a free one, and I would imagine that a product would have to become very sophisticated ( and hence very likely to be expensive ) in order to allow a user to generate a stylesheet

Re: XSL_FO generator

2003-02-08 Thread Oleg Tkachenko
Gian Piero Bottini wrote: Oh I have made confusion.. Sorry I think that this code is ok for avalon.framework.Logger. but not for log4j.This is correct?? Anybody know how to use fop with log4j?? Take a look at org.apache.avalon.framework.logger.Log4JLogger class. -- Oleg Tkachenko Multiconn

RE: XSL_FO generator

2003-02-07 Thread Steve Pitchford
I haven't found a nice one, let alone a free one, and I would imagine that a product would have to become very sophisticated ( and hence very likely to be expensive ) in order to allow a user to generate a stylesheet effectively. IMHO allowing users to create stylesheets is a can of worms and I

Re: XSL_FO generator

2003-02-07 Thread Gian Piero Bottini
Hi all Do somebody know how to integrate log4j and fop?? In my project I have 2 log files created with log4j and I would put the fop output in them. The code should be like this.. Hierarchy hierarchy = Hierarchy.getDefaultHierarchy(); PatternFormatter formatter = new PatternFormatter(

Re: XSL_FO generator

2003-02-07 Thread Balaji Loganathan
Did you tried driver.setLogger(log); ? --- Gian Piero Bottini [EMAIL PROTECTED] wrote: Hi all Do somebody know how to integrate log4j and fop?? In my project I have 2 log files created with log4j and I would put the fop output in them. The code should be like this.. Hierarchy

Re: XSL_FO generator

2003-02-07 Thread Gian Piero Bottini
, 2003 3:45 PM Subject: Re: XSL_FO generator Did you tried driver.setLogger(log); ? --- Gian Piero Bottini [EMAIL PROTECTED] wrote: Hi all Do somebody know how to integrate log4j and fop?? In my project I have 2 log files created with log4j and I would put the fop output