Page 1 of 1

Missing HTML table elements

Posted: Tue Mar 24, 2020 3:12 pm
by TheBigEvil
Hi!

I would like to extract a HTML table from this site: https://info.gesundheitsministerium.at
It is the <table id=tblBezirke>. Everything I try (i.g. "//tr") get me the first row only. I want to get the whole table instead.


Ideas?

Re: Missing HTML table elements

Posted: Tue Mar 24, 2020 3:57 pm
by Radu
Hi,

From what it seems that HTML page is populated using Javascript when the web browser loads it. So just running an XPath over the original page contents does not help, as the Javascript would need to be executed first. You cannot do this from inside Oxygen XML Editor.

Regards,
Radu