Archive of UserLand's first discussion group, started October 5, 1998.

WAP Binary XML encoding

Author:Wesley Felter
Posted:6/25/1999; 10:47:26 AM
Topic:WAP Binary XML encoding
Msg #:7819
Prev/Next:7818 / 7820

The WAP binary XML encoding submission essentially describes a specialized compression format and algorithm that only works for XML documents. This format can probably get better compression than typical general-purpose compressors like deflate because it knows the rules of XML (for example, whitespace is not significant in most cases). It is also similar to Frontier's pack() verb or Java's serialization facilities: it takes a graph of objects (a DOM tree) and converts it into a contiguous array of bytes.

It makes sense to see this coming from the WAP forum; cellular phones have very limited bandwidth which would necessitate some form of compression.


There are responses to this message:


This page was archived on 6/13/2001; 4:51:03 PM.

© Copyright 1998-2001 UserLand Software, Inc.