Re: Problems in transferring XML
- From: "comp.text.xml" <nadeera@xxxxxxxxx>
- Date: 11 Sep 2006 08:39:52 -0700
Hi,
Thanks for your idea.
But still im not clear about the solution.
How can I compress XML using a compression algoritm?
Is it after saving the XML string to a file and then zip it? But in
that case how are we going to transfer the zipped file?
I tried to send the zipped file as a string but SOAP tool kit returned
and error saying the string contains some invalid characters.
Please advice.
Joe Kesselman wrote:
What would be the best ways to reduce this processing the amount of
data transferred?
Well, the traditional solution is to put the XML thru standard data
compression algorithms (zip/unzip, for example) before sending it across
the wire. That will reduce repeated structure as well as repeated
strings, and is thus much more effective than just trying to compress
the text content.
The question of whether there should be a standardized compressed form
for XML comes up on a regular basis. Most past attempts have actually
not been much, if any, improvement over zip/unzip. Folks still play with
this periodically, and the W3C's still debating whether the concept
makes any sense or if it completely breaks the XML processing model.
--
() ASCII Ribbon Campaign | Joe Kesselman
/\ Stamp out HTML e-mail! | System architexture and kinetic poetry
.
- Follow-Ups:
- Re: Problems in transferring XML
- From: Joseph Kesselman
- Re: Problems in transferring XML
- References:
- Problems in transferring XML
- From: comp.text.xml
- Re: Problems in transferring XML
- From: Joe Kesselman
- Problems in transferring XML
- Prev by Date: Re: XML Parsing Error: Junk After Document Element
- Next by Date: Re: Problems in transferring XML
- Previous by thread: Re: Problems in transferring XML
- Next by thread: Re: Problems in transferring XML
- Index(es):
Relevant Pages
|