xerces wrapped in objc
xerces wrapped in objc
- Subject: xerces wrapped in objc
- From: Tom Waters <email@hidden>
- Date: Fri, 12 Oct 2001 12:54:09 -0700
Does anyone know of an effort to wrap the xerces XML parser in
objective-c classes? I know it is very popular with Java programmers,
but I want to use it in a Cocoa app written in Obj-c.
If no such beast exists, does anyone have any pointers on how to do it?
e.g. should I try to compile it in PB using Objective-C++? or just use
the shell to build it as a library and write wrapper calls?
-tw