Missing HTML table elements

Questions about XML that are not covered by the other forums should go here.
TheBigEvil
Posts: 1
Joined: Tue Mar 24, 2020 3:05 pm

Missing HTML table elements

Post 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?
Radu
Posts: 9049
Joined: Fri Jul 09, 2004 5:18 pm

Re: Missing HTML table elements

Post 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
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
Post Reply