I want to get the contents of a Wikipedia page and then do some funny stuff with it.
The idea is that I want to get them in XML/JSON format and at the moment I don't seem to find a way to do it.
For the moment I succeeded in getting this far:
Bu I receive the content in XWiki and I cannot change it to JSON due to the fact that the page does not support it.
How can I parse the XWiki to a JSON or how can I get the contents of the page.
Thanks!