Hi Sean, Thanks for your reply. I've posted it in android-developer list also but I've not got any reply yet. :(
On Jun 17, 7:41 pm, Sean Hodges <[email protected]> wrote: > These topics are quite specialised, you might get better responses on the > android-developer list... > > The IM app was probably being developed around the same time, or before, the > kxml2 component was added. > > You might get some help with kXML here:http://kxml.sourceforge.net/kxml2/ > > Regards, > > Sean > > > > On Wed, Jun 17, 2009 at 2:51 PM, Ravi <[email protected]> wrote: > > > Anyone thr to help me :( > > > On Jun 16, 11:02 am, Ravi <[email protected]> wrote: > > > 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.- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

