tags:

views:

161

answers:

2

I am looking for iPhoneOS libraries for Apache's Xerces C++ and Xalan C++. Has anyone ported Xerces C++ and Xalan C++ to iPhoneOS? Any help or tips are appreciated.

+1  A: 

Can't help you with the larger question, but you might need to compile libcurl to include it when compiling Xerces. Have you considered using libxml2, which is precompiled and ready to use?

Alex Reynolds
A: 

Alex, thank you for the tips. I am also posting the same questions to Apache Xerces user mail list. Will update if I have new info.

Scott Ding