WAP::SAXDriver::wbxml 2.04 review
DownloadWAP::SAXDriver::wbxml is a Perl module with SAX parser for WBXML file. SYNOPSIS use WAP::SAXDriver::wbxml; $parser = WAP::
|
|
WAP::SAXDriver::wbxml is a Perl module with SAX parser for WBXML file.
SYNOPSIS
use WAP::SAXDriver::wbxml;
$parser = WAP::SAXDriver::wbxml->new( [OPTIONS] );
$result = $parser->parse( [OPTIONS] );
WAP::SAXDriver::wbxml is a SAX2 driver, and it inherits of XML::SAX::Base. This man page summarizes the specific options, handlers, and properties supported by WAP::SAXDriver::wbxml; please refer to the SAX 2.0 standard for general usage information.
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.
This module needs IO::File, IO::String and I18N::Charset modules.
Requirements:
Perl
WAP::SAXDriver::wbxml 2.04 search tags