using libxml2 on the iPhone
The sample application "SeismicXML" uses libxml2 without problems. however I cannot seem to import libxml2 into my own project.
I am currently including libxml2 by clicking Action->Add->Existing Frameworks and selecting /Developer/Platforms/Aspen.platform/Developer/SDKs/Aspen1.2.sdk/usr/lib/libxml2 .2.dylib.
When I add an #import <libxml/xmlmemory.h> statement in my header file it gives an error saying there is no such file or directory.
Is there something else I have to do in order to use libxml2.
Thank you in advance for any help I have been struggling with this issue for the past day.
Mac OS X (10.5.2)