On Tue, 13 Nov 2001, Silvain Piree wrote:

> 
> Hi,
> 
> does anyone know of a SAX XML reader/writer that can read/write
> compressed XML files? Does something like that exist? 
> 
> I an looking for a solution where compressed XML files can be 
> transparantly integrated with DOM4J. Our XML files are becoming
> rather large ....

Can ya pipeline java.util.zip.InflaterInputStream on reads and
java.util.zip.DeflaterOutputStream on writes?

I think this is orthogonol to dom4j.

        -bob


_______________________________________________
dom4j-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dom4j-user

Reply via email to