idio / json-wikipedia

Json Wikipedia, contains code to convert the Wikipedia xml dump into a json dump. Questions? https://gitter.im/idio-opensource/Lobby
17 stars 2 forks source link

Incorrect namespaces handling in parallel mode #25

Closed keynmol closed 9 years ago

keynmol commented 9 years ago

Related to #18, apparently bliki reads the <namespaces> tag to figure out prefixes and we don't write this tag when we split the XML dump.

Hence the same problem as in #18 arises.