Parse-WBXML
view release on metacpan or search on metacpan
lib/Parse/WBXML.pm view on Meta::CPAN
$wbxml->parse("wbxml data");
=head1 DESCRIPTION
WARNING: this is an early alpha release, if you want WBXML support then please try
the other modules in L</SEE ALSO> first. The current API may change before the 1.0
release.
Provides a pure-Perl implementation for the WBXML compressed XML format.
Slower and less efficient than the libwbxml2-based alternatives (L</SEE ALSO>),
but supports streaming SAX-like parsing.
This may be of some use in low-bandwidth situations where you want data as soon
as available from the stream, or in cases where the document is damaged and you
want to recover as much data as possible, or if you just don't have libwbxml2
available.
=head1 METHODS
=cut
( run in 0.240 second using v1.01-cache-2.11-cpan-4d50c553e7e )