Just wondering if anyone has found a way to migrate articles from mediawiki into drupal nodes. Best pratices? Recommendations?

Started thinking possibly using RSS export exstension on Mediawiki, and FeedAPI, to bring them into nodes. Any thoughts on this?

Comments

rernst’s picture

using feedapi would certainly be clever, but I'm not sure that it's the best option. MediaWiki has an xml export function: you might consider that. Have you looked at the Import/Export API module and the Node Import modules?

rovo’s picture

Yeah, I have tried the import/export API. It doesn't seem to work to well. Node import seems just for importing CSV files. There is an XML filter module that seems like a step in the right direction, but that seems to require a XSLT sheet that is a little beyond my skill level.