Hi,
Sorry, should have been more specific. It isn't an API function, it is done with the usual index.php.
You want to do something like:
http://en.wikinews.org/w/index.php?title=UK_government_plans_to_replace_Hous...
which gives simpler HTML than the page generated for browsers. If you look at the source HTML returned you'll see how much easier it is to deal with than the entire GUI page ;-)
Robert
On Wed, Mar 17, 2010 at 6:02 PM, Sascha Bonnemann sascha.bonnemann@googlemail.com wrote:
Ah, ok, so i´ve got to deal with this "render-thing" ;)
But render isn´t an action parameter as i see in the api documentation. What did you mean exactly with action=render?
Thanks to everybody for the kindly help. Sascha