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?


Magne




--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to