How to stop validating the XML output

2008-07-10 Thread Leonid Geller
to function with validation as before. For the context, I use Cocoon 2.1.10 with xerces SAX as the default parser of choice. Thanks, -Leonid Geller - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

RE: hostname lookup

2007-06-05 Thread Leonid Geller
. Thanks, Leonid Geller -Original Message- From: Ralph Goers [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 05, 2007 2:46 AM To: users@cocoon.apache.org Subject: Re: hostname lookup Well, I see a call to getRemoteHost in Cocoon.java but only when debug is enabled. Is debug enabled in your

RE: hostname lookup

2007-06-05 Thread Leonid Geller
error, None is not a reserved word (unlike All which is), so it is treated as a hostname. Live and learn... :) Leonid Geller -Original Message- From: Antonio Gallardo [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 05, 2007 10:21 AM To: users@cocoon.apache.org Subject: Re: hostname lookup

hostname lookup

2007-06-04 Thread Leonid Geller
How can I disable hostname lookup in Cocoon 2.1.10? It slows down our application immensely! Thanks, -Leonid Geller

RE: hostname lookup

2007-06-04 Thread Leonid Geller
disable hostname lookup in Cocoon 2.1.10? It slows down our application immensely! Thanks, -Leonid Geller _ Express yourself: design your homepage the way you want it with Live.com. http

RE: hostname lookup

2007-06-04 Thread Leonid Geller
: Subject: Re: hostname lookup On 05.06.2007 02:41, Leonid Geller wrote: hostname of the http requestor/client. we have the lookup disabled in apache (2.2.4), so requests handled by the web server or our j2ee container/default web app

RE: File Generator and Compressed XML

2007-03-13 Thread Leonid Geller
this.protocol + this.archive.getURI() + !/ + this.filePath; it has to be return this.protocol + : + this.archive.getURI() + !/ + this.filePath; On 12.03.2007 15:52, Leonid Geller wrote: 2. When using a SYSTEM identifier with relative DTD path, the XML parser will look for the file relative

RE: File Generator and Compressed XML

2007-03-12 Thread Leonid Geller
to confirm my findings and enter the bug into the system. Thanks for all your help! Leonid Geller -Original Message- From: Grzegorz Kossakowski [mailto:[EMAIL PROTECTED] Sent: Saturday, March 10, 2007 12:21 PM To: users@cocoon.apache.org Subject: Re: File Generator and Compressed

RE: File Generator and Compressed XML

2007-03-09 Thread Leonid Geller
I finally found the problem: The zip source works on XML which does not declare a DTD. The error (java.net.MalformedURLException: unknown protocol: zifile) is only reported when using a doctype (fails with both relative and absolute URLs). Any suggestions? Leonid Geller -Original Message

File Generator and Compressed XML

2007-03-08 Thread Leonid Geller
. Before I dive into my own implementation, wanted to find out if one already exists or if someone can give me a few clues on how to proceed. I would obviously prefer to leverage most of org.apache.excalibur.source package and not to replace resolver or contentHandler implementation. Thanks Leonid

RE: File Generator and Compressed XML

2007-03-08 Thread Leonid Geller
and Compressed XML Leonid Geller napisał(a): Has anyone tried to extent org.apache.cocoon.generation.FileGenerator to process compressed XML source files? Our source XML feeds are getting into tens of megabytes, and I'd like to reduce I/O overhead by compressing them to zip/gzip archives prior

RE: File Generator and Compressed XML

2007-03-08 Thread Leonid Geller
map:serialize/ /map:match /map:pipeline Thanks, Leonid Geller -Original Message- From: Grzegorz Kossakowski [mailto:[EMAIL PROTECTED] Sent: Thursday, March 08, 2007 2:59 PM To: users@cocoon.apache.org Subject: Re: File Generator and Compressed XML Leonid Geller napisał(a): Grzegorz

RE: File Generator and Compressed XML

2007-03-08 Thread Leonid Geller
- From: Grzegorz Kossakowski [mailto:[EMAIL PROTECTED] Sent: Thursday, March 08, 2007 4:11 PM To: users@cocoon.apache.org Subject: Re: File Generator and Compressed XML Leonid Geller napisał(a): A bit more info: looking in the sitemap debug log, I find DEBUG (2007-03-08) 15:53.14:016