I am new to MediaWiki and now I have a problem. I have a Wiki page title, and I want to get only the text of the specified page using api.php , but all I found in the API is a way to get the contents of the Wiki page (with wiki markup). I used this HTTP request ...
/api.php?action=query&prop=revisions&rvlimit=1&rvprop=content&format=xml&titles=test
But I only need text content without Wiki markup. Is this possible using the MediaWiki API?
wikipedia-api mediawiki-api mediawiki
Le_Coeur Oct 26 '09 at 14:32 2009-10-26 14:32
source share