Hi
I have some problems when trying to create a zip file.
I have applied the settings from http://cocoon.apache.org/2.1/userdocs/serializers/ziparchive-serializer.html in my sitemap.
<map:match pattern="html/*.zip">
<zip:archive xmlns:zip="http://apache.org/cocoon/zip-archive/1.0">
<zip:entry name="{1}.xml" src="http://{request-param:file}"/>
</zip:archive>
</map:match>
But when trying to use it, it claims that the namespace is not valid.
From the web page:
cause
Invalid namespace 'http://apache.org/cocoon/zip-archive/1.0'
Is there anyone that can shed some light on this?
I found it. And that is because it is not a sitemap entry. It should go in a xml file.
Sorry for that.
Magne
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]
