All of PubMed XML was updated to follow the MEDLINE XML format. #109
Open
Description
Describe the bug
It seems like now every file from the PubMed XML follows the MEDLINE XML format.
Therefore, running pp.parse_pubmed_xml()
on any file will always result to the issue described in #95.
I was able to overcome this issue by using pp.parse_medline_xml()
instead.
I think some refactoring and document update should be done.