-
Add the
libxml2andlibxsltframeworks to your project. -
Find Other Linker Flags in the Build Settings. Add
-I${SDK_DIR}/usr/include/libxml2 -I${SDK_DIR}/usr/include/libxsltto the value. -
Find Other C Flags in the Build Settings. Add
-lxml2to the value. -
Copy the
WBXSLTProcessor .hand.mto your project.
WBXSLTProcessor works fine on 10.6 Snow Leopard, 10.7 Lion, and on 10.8 Mountain Lion, as libxml2 and libxslt are both present in these systems.
Good luck Matt. September 2012.