You could use GZIP if sending them over a network connection, or XMLS might
be useful, its a binary encoding for XML which works with SAX & dom4j and is
faster than parsing direct text with SAX...

http://www.sosnoski.com/opensrc/xmls/index.html

Though it focusses more on parsing performance than on absolute size of the
file. Its on our list to integrate XMLS as the standard serialization
mechansim with dom4j.

James
----- Original Message -----
From: "Silvain Piree" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, November 13, 2001 10:12 AM
Subject: [dom4j-user] compressed XML ???


>
> 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 ....
>
> Silvain
>
>
>
> _______________________________________________
> dom4j-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/dom4j-user
>


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


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

Reply via email to