I agree.

Dane Foster
Equity Technology Group, Inc
http://www.equitytg.com.
954.360.9800
----- Original Message ----- 
From: "bob mcwhirter" <[EMAIL PROTECTED]>
To: "Silvain Piree" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Tuesday, November 13, 2001 8:36 AM
Subject: Re: [dom4j-user] compressed XML ???


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



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

Reply via email to