Hello all, i'm currently porting a B4A app to B4i, i am using a library written by a forum member to parse HTML files called jsoup and can be found here, is there an equivalent or any other library in B4i that can parse html downloaded strings.
currently i only need to retrieve the description and names of the soccer coaches on this page https://www.titanssoccerclub.com/coaches/
I'm already able to retrieve the images using the regex class without a problem, i can't figure out how to retrieve the description and the title at each section.
I wondered if there is already a library that can do this easily, or will i have to just try to parse the whole page and scrape the necessary information i need?
Thanks in advance all, if anyone has any ideas or suggestions please feel free to throw it my way.
Regards,
Walter
currently i only need to retrieve the description and names of the soccer coaches on this page https://www.titanssoccerclub.com/coaches/
I'm already able to retrieve the images using the regex class without a problem, i can't figure out how to retrieve the description and the title at each section.
I wondered if there is already a library that can do this easily, or will i have to just try to parse the whole page and scrape the necessary information i need?
Thanks in advance all, if anyone has any ideas or suggestions please feel free to throw it my way.
Regards,
Walter