I'm interested in sample analysis of Mediawiki XML markup to generate a custom HTML page, which is a subset of HTML created using the PHP Mediawiki rendering engine.
I want this to be for BzReader, a standalone Mediawiki editor for a compressed dump written in C #. So a C # parser would be ideal, but any good code would help.
Of course, if no one has done this before, I think it's time to start a project that supports a free and separate Mediawiki parser, based on Mediawiki's own parser, but less closely integrated with Mediawiki itself.
So, does anyone know of any base from which I could start, this would be better than hacking from the Mediawiki PHP code?
c # php parsing open-source mediawiki
Asaf bartov
source share