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