Magnus Manske magnusmanske@googlemail.com wrote:
[...]
Any pointers to things that I overlooked? Thoughts on in- terfaces & Co.? Volunteers? :-)
This falls more into the "converter" group, but http://toolserver.org/~magnus/wiki2xml/w2x.php generates pretty usable XML output, especially when you use the option for API template resolution. You can use the source directly on command line, or just query the tool via GET or POST.
I had looked at it (and tested that it produced valid XML, though its author's name left little doubt for that :-)), but converting wiki text to XML to a DOM tree seems to pro- vide too many points of failure, and there were several calls to str_replace () & Co. that looked difficult to translate into a tree model.
Tim