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 XML::SAX, XML::SAX::Base, IO::File, IO::String and I18N::Charset modules. The script 'wbxmld.pl' needs XML::SAX::Writer module. Parametrization: ---------------- The script `mkwbrules.pl' can rebuild the file `wbrules.pl' from `WAP/wbrules.xml' that describes rules of the binarization (module WAP::wbxml). This script needs XML::SAX::ParserFactory, 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 francois.perrad@gadz.org