|
LMX is a free and easy to use reverse XML parser. (LMX is XML backwards, get it?) LMX is event-based, and returns every entity in the XML document in reverse order.
The API in the LMX 1.0 series is only available for Obj-C/Cocoa on Mac OS X. It has mostly the same API as NSXMLParser; if you're used to NSXMLParser, LMX should have no learning curve for you (other than the mind-bendingness of events coming in in the reverse order).
LMX 2.0 will be cross-platform and will add a pure C implementation and API, with an Obj-C/Cocoa wrapper.
NOTE: LMX is licensed and provided under a three-clause BSD license.
Requirements:
· Xcode (to compile the test app)
|