You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by Eckard Buchner <eb...@tonbeller.com> on 2000/08/03 14:39:33 UTC

Xerces in Applet

Hi everybody,
(sorry if this has been asked before, there was nothing in the FAQ)

We use Xerces in an applet and download xerces.jar to
the client to parse XML. We found that xerces.jar is not
compressed. We unpacked it and then compressed it again
jar -cfm ... (omit 0-Option)
This reduced the size from 1.5M to 750k

Why is the jar uncompressed? How could we reduce
the size of the jar further (Xerces light)?

Thank you
Eckard Buchner