RE: How to I can do to capture the html code

2010-11-09 Thread tgarijo
Hi Robby Thank You I do not see too clear what you tell me. I decided to do with the classic servlet, but if you appreciate some explanation. Regards Robby Pelssers-3 wrote: > > Are you trying to extract data from a xhtml page returned by invoking a > cgi script? At least that is the impre

RE: FOPSerializer user config

2010-11-09 Thread Laurent Medioni
Hi, To get some more detailed logs from fop you can add the following logger to your log4j.xconf file: If you have the default config file then the DEBUG logs from fop should end up in log4j.log You should then get some info on why your fop config file is not taken in

Re: FOPSerializer user config

2010-11-09 Thread Eduard Tibet
Philippe, First, I ask you to try your config file using standalone FOP (not in Cocoon). I suggest even in standalone mode your config file doesn't load. The problem is that the config file for FOP 0.9x slightly differs from the fop 0.2x. But there are too many points with possible mistakes, so

HSSF serializer stand-alone

2010-11-09 Thread Barbara Slupik
Hello I am using HSSF serializer as stand-alone in java. It works with cocoon-2.0.4.jar: void serializeHSSF(Document doc, OutputStream out) throws Exception { PipedOutputStream outStream=new PipedOutputStream(); PipedInputStream inStream=new PipedInputStream(outStream); HSSFSe