|
NAMEWAP::wbxml - Binarization of XML fileSYNOPSISuse 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); DESCRIPTIONThis module 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. WAP Specifications, including Binary XML Content Format (WBXML) are available on <http://www.wapforum.org/>.
SEE ALSOwbxmlc, WAP::SAXDriver::wbxmlCOPYRIGHT(c) 2001-2016 Francois PERRAD, France.This program (WAP::wbxml.pm and the internal DTD of wbrules.xml) is distributed under the terms of the Artistic Licence. The WAP Specification are copyrighted by the Wireless Application Protocol Forum Ltd. See <http://www.wapforum.org/what/copyright.htm>. AUTHORFrancois PERRAD, francois.perrad@gadz.org
Visit the GSP FreeBSD Man Page Interface. |