Click here to Skip to main content
15,888,521 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am trying to parse the html table content from the URL mentioned below

HTML Tables[^]


Is their any article which explains parsing html page content using XSLT in azure functions ?

What I have tried:

Creating azure functions with xslt parser and webclient to download the html content
Posted
Comments
Dave Kreskowiak 22-Jan-19 17:18pm    
Probably not considering HTML is not valid XML. Using XML to do HTML parsing is a bad idea. I would probably look into using the HtmlAgilityPack instead.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900