Re: Zipping with no compression

Maybe you need to add another attribute to c:entry, or rather, a
different set of attributes altogether. This works for me:

<c:entry name="mimetype"
         href="…"
         compression-method="stored"
         compression-level="none"/>

(Using Calabash 1.1.5 for Saxon 9.6)

Gerrit

On 02.10.2015 15:46, Wendell Piez wrote:
> Hello friends,
> 
> I am trying something like this (when trying to generate EPUB format):
> 
> 
> <pxp:zip xmlns:pxp="http://exproc.org/proposed/steps">
>     <p:input port="manifest">
>       <p:inline>
> 
> <c:zip-manifest xmlns:c="http://www.w3.org/ns/xproc-step">
>   <c:entry method="stored" name="mimetype"
>     href="file:/path/to/mimetype.text"/>
>    ...
> </c:zip-manifest>
> ....
> 
> Near as I can see, using XML Calabash 1.1.0-96 (in a current copy of
> oXygen), this is putting the file into the zip, but not leaving it
> uncompressed (compression 0 or 'none').
> 
> I know these may be deep and somewhat turbulent waters -- or am I
> lucky, and I'm simply doing something wrong?
> 
> Very gratefully,
> Wendell
> 
> 

-- 
Gerrit Imsieke
Geschäftsführer / Managing Director
le-tex publishing services GmbH
Weissenfelser Str. 84, 04229 Leipzig, Germany
Phone +49 341 355356 110, Fax +49 341 355356 510
gerrit.imsieke@le-tex.de, http://www.le-tex.de

Registergericht / Commercial Register: Amtsgericht Leipzig
Registernummer / Registration Number: HRB 24930

Geschäftsführer: Gerrit Imsieke, Svea Jelonek,
Thomas Schmidt, Dr. Reinhard Vöckler

Received on Friday, 2 October 2015 14:23:09 UTC