James wrote: >Its on our list to integrate XMLS as the standard serialization >mechansim with dom4j.
What about ASN.1/PER instead? I have nothing against XMLS but ASN.1/PER is a proven and sound technology albeit more complex. Dane Foster Equity Technology Group, Inc http://www.equitytg.com. 954.360.9800 ----- Original Message ----- From: "James Strachan" <[EMAIL PROTECTED]> To: "Silvain Piree" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, November 13, 2001 5:50 AM Subject: Re: [dom4j-user] compressed XML ??? 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 _______________________________________________ dom4j-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dom4j-user
