libwbxml

Parse and encode WBXML (binary XML) documents

brewmacoslinux
Try with needOr install directly
Source

About

Library and tools to parse and encode WBXML documents

Commands

wbxml2xmlxml2wbxml

Examples

Convert WBXML binary file to human-readable XML$ wbxml2xml input.wbxml output.xml
Convert XML file to compressed WBXML format$ xml2wbxml input.xml output.wbxml
Display WBXML file content as XML to stdout$ wbxml2xml input.wbxml