Oops, my mistake This should be the correct pipelines, with the same error
<map:match pattern="test/*/**.xml"> <map:generate src="jar:http://web/implements/sxw/{1}!/{2}.xml"/> <map:serialize type="xml"/> </map:match> <map:match pattern="sxw/*/office.dtd"> <map:read src="dtd/office.dtd" mime-type="text/plain"/> </map:match> <map:match pattern="*.zip"> <map:read src="{1}.zip"/> </map:match> <map:match pattern="sxw/*.sxw"> <map:read src="sxw/{1}.sxw" mime-type="application/zip"/> </map:match> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]