Dear friends, I need to convert from Xml to Wbxml for Client-Server Communication using AirSynC (Microsoft Exchange Active Sync Protocol).
I found XML to WBXML parsers available in ../dalvik/libcore/xml/src/ main/java/org/kxml2 but there was no official documentation regarding these apis. Inbuilt Google IM Application available in ../packages/apps/IM makes use of separate XML<-->WBXML parsers instead of using existing org.kxml2 package listed above and makes use of Native call for SynCML Tag Table mapping. My doubts are as follows: 1. Why ../dalvik/libcore/xml/src/main/java/org/kxml2 docs aren’t available, is it still in development stage? 2. Why Inbuilt IM Application has gone for Native Code and own Parsers instead of using ../dalvik/libcore/xml/src/main/java/org/kxml2 apis? 3. In ../dalvik/libcore/xml/src/main/java/org/ package, Support for SynCML, WV & WML. Could I get the sample Codes using these apis? Once I get the sample for SyncML , I need to change the XML<-->WBXML mapping based on AirSync(EAS) instead of XML. Please guide me. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

