Hi all
I have a problem that you guys might have a opinion, or even a solution too.
I am trying to read up on the cocoon source code, but that is a huge task.
I am trying to find where the FileReader calls for a file from http.
So I can look if it supports gzip input stream, and if not, if I can add it myself.
Is there anyone that can send me in the right direction?
Magne
I have a server giving xml out on request. The response is always gzipped, http header or not.
Is there anyway that map:generate can take in gzip and unpack it before it is parsed?
I have this in my sitemap:
<map:match pattern="html/*.xml"> <map:generate src="http://10.0.0.2/test.xml"/> <map:transform src="xsl/dditohtml.xsl"/> <map:serialize type="html"/> </map:match>
Thanks Magne
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
