I'm developing an application with Xamarin in order to log in to a web account using HTTPWebRequest
and filter relevant site information for an application.
I have already developed the login part, now I need to filter the HTML that I have returned.
I need to extract the information contained in the twelfth tag <table>
of HTML, would anyone know how to do this?
The biggest difficulty I have is that tags does not have ID so I can not use that.
The html code of the page I put here for anyone who wants to copy and help me. this html is returned in the response string.
http://notepad.cc/share/hvptGOlmZQ
I need the information YYYY and XXXX contained in the tables of html ..