New Post: iterate through like items
just for the record, I figured this out and wanted to post the answer for anyone that needs it in the future.'then get thread replies Dim nodesPostNumber As HtmlNodeCollection =...
View ArticleNew Post: XPath and SelectNodes
Why did the function SelectNodes from any element starts looking from DocumentNode not from the current element? Is it have any backlashes?
View ArticleNew Post: DirectoryNotFoundException?
Hi guys brand new to Html Agility Pack, and not much wiser when it come to c# however; trying to get the fundamentals rolling and fallen at the first hurdle. HtmlAgilityPack.HtmlDocument htmlDoc = new...
View ArticleNew Post: HTML parsing awec windows 8 app store
Bonjour :) Je vais vous poser mon probléme . En fait je veux faire le parsing HTML de quelques données d'ne page web en utilisant HTMLagilityPack . De ce fait , je suis devant une page iframe qui...
View ArticleNew Post: hi i need code for my blog- Popular post of "day" ? is there any...
My blog have popular post widget but it shows on "7 days" basis can i make is per day ?TEXT this is my blog http://govtsarkarijob.blogspot.in
View ArticleNew Post: DirectoryNotFoundException?
Hi Andy, What is the value of strHTML? It should be HTML source. If it contains a path you should be using the Load() method.
View ArticleNew Post: Get first n characters but preserve tags
Hello, What I wanted to achieve is a kind of html content preview/summary but instead of using InnerText that strips tags I wanted to do this while preserving tags. Any suggestions on how should I go...
View ArticleNew Post: DirectoryNotFoundException?
Its a string containing html - extracted from the body of an email contained in outlook. Not a file which I believe is what is required for load() LoadHtml() works fine now. In the end I resolved this...
View ArticleNew Post: XPath and SelectNodes
Maybe we can fix it somehow? In my opinion it is quite straightforward. But I can be wrong.
View ArticleNew Post: How to use this (Html Agility Pack)
I'm new to this form. I haven't found the description about using this pack. Maybe I'm missing something. I've downloaded this pack. But don't know how to use this? Could you tell me the process of...
View ArticleNew Post: problems with accents when extract the te text with InnerText
I'm try to extract the text of a html file, but inside of <h3> tag appears the following text :<h3>Café<h3> and when extract the text using...
View ArticleNew Post: XPath and SelectNodes
I suppose that this project is based on xml. So you should just SelectNodes('.//Field') instead of SelectNodes('//Field') to search relative to current path. source:...
View ArticleNew Post: XPath and SelectNodes
gooleem wrote: I suppose that this project is based on xml. So you should just SelectNodes('.//Field') instead of SelectNodes('//Field') to search relative to current path. source:...
View ArticleNew Post: Link extraction problem
I have written a code in VB.net. The expected output of my program would be a list of extracted links that are inside the <a href tag and has a word in common. In my program i want to display all...
View ArticleNew Post: trying to validate HTML not working for me
I'm trying to use HTML Agility pack to valid HTML entered by users, but it's not working for me. For example the following htmlDoc.Loadhtml("<div><b>hello</div>") gives me a...
View ArticleNew Post: Can HTML Agility pack do the following?
First can it strip a word document and convert it to HTML and it still look like the word document? Second can it find special tags like <BLP| |ELP> and give me the word between them?<BLP|Some...
View ArticleNew Post: Problem with encoding....
Hi, i am new to c#. Sorry for my poor english. I am using a Html Agility Pack to parse a web page with windows-1251 encoding and must convert some node contents from it to utf-8 and then save contents...
View ArticleNew Post: Getting information on specific fields of length N in a html file...
Hello my dear friends at codeplex I am a novice vb.net programmer I'm working on a project that takes a set of data from a series Html file with the same format but with different values I put in...
View ArticleNew Post: Add-Type htmlagilitypack.dll fails - help?
I've tried doing add-type .\htmlagilitypack.dll with powershell v2 and powershell v3 but continue to get the below error. I've also tried loading the DLL from the net20, net40-client, and net45...
View Article