RE: [xml-dev] JavaScript (was Re: [xml-dev] Whither XML ?)

From
Alexander Philippou <>
To
'David' <>
Date
2010-11-11T16:11:06Z
ID
<015301cb81bb$0fb8ae20$2f2a0a60$@com>
Thread
RE: [xml-dev] JavaScript (was Re: [xml-dev] Whither XML ?)
> > Yes I agree its amusing, but in the mobile space (which is
> really
> > yesterdays desktop space ... and tomorrows 'your space' )
> getting huge
> > amounts of XML to devices is seriously painful using text
> protocols.
> 
> See http://www.w3.org/XML/EXI/
> 
> Liam

Just use Fast Infoset. There are several FI implementations around. Combined with GZIP they should give you excellent results in terms of both compactness and performance.

Alexander