Wikipedia API query to return xml

patrickstar1985

New Member
I'm trying to write myself a simple Python application to get a contents of a topic on Wikipedia. For instance as an example I'm trying to get the contents of the page on the fruit http://en.wikipedia.org/wiki/AppleBut this doesn't really look like XML. It looks more like (I think) php. Should I just try to parse this with Python or is there a better way?
 
Back
Top