> I would very much like that :) Another issue with that approach, though, > is what to do with the libwbxml stuff. I somehow doubt that OpenSync > would want to introduce that dependency for their entire tree, so we'd > either: > > 1) Implement our own wbXml stuff (perhaps borrow the required pieces from > libwbxml with appropriate credit given to the author - but we have to > double-check the licensing details of this)
I've implemented a Reader and Writer class (a bit like SAX i guess) and utility functions to map it to/from XML for WBXML that i'm hoping to finish debugging this weekend. It's based on the spec on w3.org and some GPL PHP code from z-push. It's pure python and means we can ship it inside SyncEngine and avoid that dep entirely. John ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ SynCE-Devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/synce-devel
