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::wbrules.pl' what contains all specific values used by
    WAP applications.

Prerequisites:
--------------
    This module needs IO::File, IO::String and I18N::Charset modules.

Parametrization:
----------------
    The script `mkwbrules' can rebuild the file `wbrules.pl' from
    `WAP/wbrules.xml' that describes rules of the binarization
    (module WAP::wbxml).
    This script needs WAP::wbxml, XML::Parser::PerlSAX, Data::Dumper and
    POSIX modules.

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


Send bug reports, comments and suggestions to perrad@besancon.sema.slb.com
