Showing related tags and posts across the entire site.
-
Milan Solanki: > What would be the best method of parsing html I do this daily. I use biterscripting for parsing our own web pages, and extracting all kinds of info from it in all kinds of formats. You can start with the sample script posted at http://www.biterscripting.com/SS_WebPageToText.html as...
-
No worries. Always glad to help. We were all new once. The ExtractWebPageMetaData will parse the WebPage source into Text (as in 'InnerText' from HTML, stripping all tags), XML (xhtml) and will create an HtmlAgilityPack 'HtmlDocument' that can be accessed from the ManagedWebPage property...