Rapture in Venice

:: Mobile Design and Development Shop specializing in iPhone, iPad, and Android

RIV Announces RaptureXML for iOS!

I’m so pleased to announce a new project that’s now on GitHub called RaptureXML. It was born from the sheer aggravation using any of the current XML frameworks has caused me — and I’m sure every other iOS developer out there!

The beauty of RaptureXML is the ability to use query paths, which leverage a concise API, to write code like this:

[rxml iterate:@"players.player" with: ^(RXMLElement *e) {
    NSLog(@"Name %@", [e child:@"name"]);
}];

XML processing is not only ridiculously easy with RaptureXML, it’s actually FUN! When’s the last time you said that about XML?! The JSON iOS libraries are getting a little jealous.

The GitHub project has all the documentation you need to get started with RaptureXML right now! Go for it!

  • Print
  • Facebook
  • Twitter

, , , , , ,

Comments are currently closed.