|
|
Hi,
I have a requirement wherein I have to parse wiki content returns from Media Wiki APIs.
I would like to know if WikiPlex.Parser class could be used for the same. If so can you please sample code with me.
Query to get wiki content would be something like this:
/w/api.php?action=query&prop=revisions&format=xml&rvprop=content&rvlimit=1&redirects=&titles=List%20of%20companies%20of%20India
Thanks,
Ashwin
|
|
Coordinator
Jun 24, 2012 at 4:16 PM
|
The renderers are fairly "open" to allow you to do what you need. You may either need to create your own, or provide your own renderers that override existing behavior. Check out the documentation on how to do this.
|
|