XML::WBXML

XML::WBXML is a Perl module to convert between XML and WBXML using libwbxml2.
Download

XML::WBXML Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • David Glasser
  • Publisher web site:
  • http://search.cpan.org/~glasser/HTTP-Server-Simple-Recorder-0.02/lib/HTTP/Server/Simple/Recorder.pm

XML::WBXML Tags


XML::WBXML Description

XML::WBXML is a Perl module to convert between XML and WBXML using libwbxml2. XML::WBXML is a Perl module to convert between XML and WBXML using libwbxml2.SYNOPSIS use XML::WBXML; $wbxml = XML::WBXML::xml_to_wbxml($xml); $xml = XML::WBXML::wbxml_to_xml($wbxml);This module is a wrapper around Aymerick Jehanne's libwbxml (or perhaps libwbxml2, I am not sure what the distinction is) library for handling Wireless Binary XML. You must install libwbxml2 prior to installing this module. The library can be found at http://libwbxml.aymerick.com/ (libwbxml2 itself requires the expat library to be installed.)The module defines two functions: xml_to_wbxml and wbxml_to_xml. Requirements: · Perl


XML::WBXML Related Software