Archive for the ‘XML’ Category

The evolution of “Binary XML”

Wednesday, May 14th, 2008

Using a binary XML format generally reduces the size of XML documents and cost of parsing. It aims to provide more efficient serialization than the text-based XML format. One of the popular opensource platforms "GlassFish" by Sun uses a variation of Binary XML called "Fast Infoset", which is ...