Xml tag not exist (present instead in html)

Hi all,

via a Web site I call up a service that opens an Internet page containing an xml.

This web page contains a series of tables containing some master information (unfortunately I can’t take a screenshot).

The table consists of 3 headers:

  • Input
  • Outcome
  • Output

If I download the xml via http, I only see a tag containing the outcome of each row, but I do not see the value displayed within “Input”.

Even inspecting the web page, the values contained in the Input column are not present. Therefore, how do I display them via web, if the data does not exist within the xml?

I would like to avoid using online selectors and take the information directly from the xml