Hi, I am generating a Zip-File using the zip-Serializer. When I access the URL with Firefox everything works well, but using IE I get the following Error Message: "Die Internetseite konnte nicht geöffnet werden. Sie ist entweder nicht verfügbar oder konnte nicht gefunden werden." Rough translation in english "The Internet page couldn´t be opened. It is either not available or couuldn´t be found."
I would appreciate any hints on this problem! Thanks, Florian My Serializer declaration: <map:serializer logger="sitemap.serializer.zip" mime-type="application/zip" name="zip" src="org.apache.cocoon.serialization.ZipArchiveSerializer"/> My Sitemap: <map:match pattern="zipit.zip"> <map:generate type="file" src="testzip.xml" label="xml"/> <map:serialize type="zip"/> </map:match> My Test XML: <?xml version="1.0" encoding="UTF-8"?> <zip:archive xmlns:zip="http://apache.org/cocoon/zip-archive/1.0"> <zip:entry name="sitemap.xmap" src="sitemap.xmap"/> </zip:archive> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
