Re: [xml-dev] Xqueeze: Compact XML Alternative

From
Rick Jelliffe <>
To
Date
2003-02-05T05:45:29Z
ID
<005f01c2ccd9$ca3a67b0$>
Thread
Re: [xml-dev] Xqueeze: Compact XML Alternative
From: "Bullard, Claude L (Len)" <>

> As Alaric points out, gzip gives a good file size 
> and if that were the only consideration, no binary
> is needed.  Experience says that size is not the 
> only reason for a binary.  

In particular, binaries can give indexed access, which
is more useful, I guess, when you have to send a lot
of data but potentially only use a little bit.*  

Cheers
Rick Jelliffe

* Personally, I would like it if there a standard PI 
  <?xml-index href="http://...."?>
which, when downloaded, would give an index
of ID=>line/character positions in a document
in some format, to allow scanning.  Both parts 
could be packaged or available together. An 
incremental parser would skip to the position, 
parse only the element, and return that.  That
would open the door to some other ways of using
XML that might be useful sometimes.