Extract table elements even if they are not inside the <body> tag. - #172
Extract table elements even if they are not inside the <body> tag.#172hdabaghyan wants to merge 1 commit into
Conversation
|
Thanks a million for this! May there be any side effects of this change? Like, what is a table outside the body? Is that common or is that rather a bug in PubMed? |
Here is the structure of the And documentation here suggests that article could be divided to different blocks. One of which is I am not very familiar with this format, but I guess it is a valid use case. Side effect of this change could be, that parser will collect a table that is not in an expected tag. Alternative fix could be to find all the tags that are supposed to contain tables, and write xpath for all such cases. |

Issue: #171