Parsing and processing Wikipedia XML dumps
Ok, we use this place as well as a container for everything that might be of use to somebody else?
Right, here is a small piece of C++ code that reads and provides an neat general-purpose interface to everybody who knows basics of C++ but does not want to bother about getting the needed stuff from the XML dump. There are also some extra fuctionalities.
Unlike Sat (if I got him right), I have no problem with releasing such stuff under GPL license so this is under .
Oh, the link:
http://cpptea.com/uploads/cppwikibot.zip
p.s.
This one is connected with the STL problem I had:
http://forums.clankiller.com/viewtopic.php?t=2806
Now you can observe the problem more closely in core/primitives.cpp and core/chunkedbuffer.cpp.