2,892 questions
How to parse this weird html ?

Mattia Fanti
356
Reputation points
HI, I'm trying to parse some values from a web page using http webrequest but the html code is really really weird to me..
I'm trying to help my self with an old question using html agility pack but this time the html is quite difficult to parse the values.
I'm trying to get the live results from tennis matches and the name of their relatives players who are playing from a web sport page.
Is that possible to parse it something like this ?
[players] [sets] [score]
player 1 1 15
vs
player 2 5 30
etc
Hope I 'm clear. Feel free to ask me any other information.
Thanks
Developer technologies VB
Sign in to answer