WAP::SAXDriver::wbxml - SAX parser for WBXML file

Description:
------------
   This module is a PerlSAX parser.

   A WBXML file is the binarized form of XML file according the
   specification :
       WAP - Wireless Application Protocol / Binary XML Content Format
       Specification / Version 1.3 WBXML (15th May 2000 Approved)

   This module could be parametrized by the file
   `WAP::SAXDriver::wap.wbrules2.pl' what contains all specific values used
   by WAP applications.

Prerequisites:
--------------
   This module needs XML::SAX, WAP::wbxml, IO::String
   and I18N::Charset modules.
   The script 'wbxmld' needs XML::SAX::Writer module.

Parametrization:
----------------
   The script `mkwbrules' can rebuild the file `wbrules2.pl' from
   `WAP/wap.wbrules.xml' that describes rules of the binarization
   (module WAP::wbxml).

Build/Installation:
-------------------
   Standard build/installation supported by ExtUtils::MakeMaker(3)...
       $ perl Makefile.PL
       $ make
       $ make install


Send bug reports, comments and suggestions to [email protected]