Hi all

I have a problem that you guys might have a opinion, or even a solution too.

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]



Reply via email to