xerces wrapped in objc
xerces wrapped in objc
- Subject: xerces wrapped in objc
- From: email@hidden
- Date: Sat, 13 Oct 2001 13:51:13 +0200
You can always mix Java (for XML parsing) and obj-C. One of the
advantage of using Java for parsing is JDOM (a nice compromise between
SAX and DOM).
olivier
Message: 5
Date: Fri, 12 Oct 2001 12:54:09 -0700
Subject: xerces wrapped in objc
From: Tom Waters <email@hidden>
To: email@hidden
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