WAP::wbxml

Binarization of XML file
Download

WAP::wbxml Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Publisher Name:
  • Francois Perrad
  • Publisher web site:
  • http://search.cpan.org/~perrad/

WAP::wbxml Tags


WAP::wbxml Description

Binarization of XML file WAP::wbxml is a Perl module that implements binarisation of XML file according the specification:WAP - Wireless Application Protocol / Binary XML Content Format Specification / Version 1.3 WBXML (15th May 2000 Approved)The XML input file must refere to a DTD with a public identifier.The file WAP/wap.wbrules.xml configures this tool for all known DTD.This module needs I18N::Charset and XML::DOM modules.SYNOPSIS use XML::DOM; use WAP::wbxml; $parser = new XML::DOM::Parser; $doc_xml = $parser->parsefile($infile); $rules = WAP::wbxml::WbRules::Load(); $wbxml = new WAP::wbxml($rules, $publicid); $output = $wbxml->compile($doc_xml, $encoding); Requirements: · Perl


WAP::wbxml Related Software