advertisement
Login | Register   
  Include Code  Search Tips
TODAY'S HEADLINES  |   ARTICLE ARCHIVE  |   TIP BANK
Browse DevX
Download the code for this article
Were you aware of WBXML before reading this article? Are you already using it in your applications, or are you using a competing technology? Are articles such as this that explain a file format in detail useful, or would you rather that DevX publish such information as documentation? Let us know in the xml.general discussion group.
Partners & Affiliates
advertisement
advertisement
advertisement
advertisement
 

Compressing XML—Part I, Writing WBXML

WBXML is a binary form of XML suitable for wireless and bandwidth-restricted applications. 


advertisement
ireless Binary XML (WBXML) is a compact representation of XML and is part of the presentation logic in Wireless Application Protocol (WAP). WBXML significantly improves the efficiency of transmitting XML over narrow bandwidth networks, where data size is of paramount importance.


Although WBXML was originally meant for wireless networks, it's suitable for more than wireless applications. Conventional web applications can also take advantage of WBXML's ability to carry the same information as that of its XML counterpart, but in a reduced size. With the advent of tools that can work directly with WBXML, there is no need to convert WBXML to XML before using it. You can generate SAX events directly from WBXML and even load a WBXML tree (DOM) in memory without converting it to XML.

It's quick, easy and you get access to all the articles on DevX.
This registration/login is to allow you to read articles on devx.com.
Already a member?



advertisement