From: Panayotis K. <pan...@pa...> - 2011-04-12 14:20:23
|
On 12 Απρ 2011, at 4:43 μ.μ., D.D...@ak... wrote: > Hi everyone, > > I'm working on the Java to Objective-C part of XMLVM, and I need to implement a DOM parser for my project. I've noticed however that only NSXMLParser is available in XMLVM, > whereas I was thinking about using libxml, which is a C-based parser incuded in the iOS SDK. Do you have any idea of how I could accomplish this? > The first step would be to add the library in the Header Search Path of the Project Setting, but I don't know where these settings are stored in XMLVM. > Successively I think I should create some interface for the libxml classes in the Obj-C and Java compatibility libraries. > Do you think it might be possible? > Of course I'd be very happy to share my contribution should I be able to do this. > > Thank you, > > Domenico Have a look at the "zip" plugin. I think this should be enough to get started. |