0

I have enwiki-20110115-abstract.xml as the follwing in the image 1: enter image description here

I have also enwiki-20110115-pages-articles.xml as the following image 2 : enter image description here

What I need is the all information tags in the first file (enwiki-20110115-abstract.xml) and the redirect information from the second file(enwiki-20110115-pages-articles.xml) for the same Wikipedia page.Please is there any version of Wikipedia which has both this information or can I do something to get this data? I thought about joining bothfiles but it will be very expensive computation.!!!

n.roqaya
  • 19
  • 5

1 Answers1

0

Pywikibot has a XMLDumpPageGenerator implemented in pagegenerators and a xmlreader module

xqt
  • 280
  • 1
  • 11