views:

62

answers:

1

Hi there,

Does anybody know if there is an implementation of the wikipedia api in objective c? which can be used to access and display the information a bit nicer then with the plain website. I'm thinking of something like the wikipanion app but not so sophisticated.

Thanks

Joerg

A: 

You can use the MediaWiki API to download the markup text.

Also, why not look at http://en.m.wikipedia.org/ ?

Dave
hm yes I also considered the mobile version
Joerg
but what I was looking for, was an framework which already parses the markup and splits it in parts
Joerg
At this point, I should highlight that they give you the XML version so that you can parse the xml using DOM/SAX and get access to the data in a way which is much sleeker than a different API in every language, although I guess my next question would be, why re-invent the wheel?
Dave
because it should be a bit like the wikipanion app...
Joerg