Empty list returned from ElementTree findall
I’m new to xml parsing and Python so bear with me. I’m using lxml to parse a wiki dump, but I just want for each page, its title and text.
I’m new to xml parsing and Python so bear with me. I’m using lxml to parse a wiki dump, but I just want for each page, its title and text.