svick / Wikipedia-SQL-dump-parser

Simple library to parse Wikipedia's SQL dumps without the need to import them into database
22 stars 10 forks source link

I have an issue when trying to parse the new frwiki data (frwiktionary-20130220-pages-articles-multistream.xml) #2

Closed ripetrescu closed 11 years ago

ripetrescu commented 11 years ago

Here is what I get when trying to run it:

Unexpected element (uri:"http://www.mediawiki.org/xml/export-0.8/", local:"mediawiki"). Expected elements are <{http://www.mediawiki.org/xml/export-0.7/}mediawiki> Sorry but your wikimedia dump is probably too old.

svick commented 11 years ago

I'm sorry to hear that, but it can't be an issue with this library, because it can only parse SQL dumps. It looks like you're using some library to parse the XML dumps and you'll have to turn to its authors for help.

ripetrescu commented 11 years ago

Yap. You are write. Sorry for confusion.