views:

438

answers:

2

Hi, I'm looking for a script that can convert the XML wikipedia DUMP in MySQL compliant SQL. I've found a ready SQL dump for the english version but no easy way to import the other languages.

Thanks,

Piero

A: 

Wikipedia has an API

You can use this API to iterate over the articles and to download each page.

Pierre
This was my original idea infact I was looking for a "ready" script that could do this..
PieroP
+2  A: 

Per wikipedia's own page on the subject (well worth studying), help for importing wikipedia xml dumps to mysql is found on this mediawiki page .

Alex Martelli
Thanks for the pointer, but as far as I've understood it will import the Mediawiki format while I'm intrested in the Html content so I'll need something that works with the results...
PieroP