New Post: Is this available for windows phone 8.0?
Actually I realized that it is indeed available to use through nuget package.
View ArticleNew Post: Help: Visual Basic HTML Agility Pack How to Grab Images from Table...
Hope someone can help as I have spent ages trying to figure this out. I am using the agility pack to extract data from a table and put it in a data grid (the Data grid is not important I am just using...
View ArticleNew Post: NestedOptionsTests
Hi! I've downloaded the 1.4.6 changeset but get a compile error when the file NestedOptionsTests.cs is not found. ? /MÃ¥ns
View ArticleNew Post: Commercial License
Hi - I see that it is been asked at few places but it will be great if someone can clear it for me. Can i use this in a commercial application freely?
View ArticleNew Post: Commercial License
I'm also want to ensure that is it free for the commercial use. Thanks.
View ArticleNew Post: Strange node search.
Hi there. There is some interesting behavior when searching nodes. I'll show it in example. So the problem is when I have tr nodes collection, and goes through it using "foreach" I expect that...
View ArticleNew Post: error website
error website " http://vemaybay12h.com/tin-tuc/508/ve-may-bay-di-tuy-hoa.html" setting ticket was error shows the result me would like to fix the back. helps me
View ArticleNew Post: using htmlagilitypack with ajax div load c#
me too "http://vemaybay12h.com/tin-tuc/508/ve-may-bay-di-tuy-hoa.html" , ok you contact phone number: 0974911460. I to help
View ArticleNew Post: Dispose()?
I am using Ants memory profiler and seeing 100s of instances of the various HTML Agility classes in particular nodes and attributes where I have used iteration. Has anyone else experienced this?
View ArticleNew Post: How do I tell HAP to not make modifications to my code?
I don't want it to "fix" my code (which is not even an entire page, it's a string passed to my method [in which I will utilize HAP], which contains a portion of the page). I just want it to load the...
View ArticleNew Post: Setting HtmlAgilityPack assembly to work with .Net and Mono
I want to migrate C# 2012 project to Linux with Mono. But I am getting errors when Checking compatibility with MoMA. How do I set HtmlAgilityPack (V 1.4.6.0) to work with Mono?HtmlAgilityPack.dll...
View ArticleNew Post: Commercial License
While I am not an attorney, so this isn't expert legal advice, I am going to tell you what I think: As this is posted as M-PL, it is a green license. For those who don't know. That means you are free...
View ArticleNew Post: Issue with xpath
Does Httpagility pack support indexes in xpath expression. I have an xpath like following to get to a specific node. string nodexpath = "/html/body/table/tr[0]/td[0]"; It is erroring out with...
View ArticleNew Post: Strange node search.
In Xpath // means go back to the root node. In xpath .// means relative to the current node. Does it work if you use this:var nameNode = trNode.SelectSingleNode(".//td[@class='name']");
View ArticleNew Post: Parsing Nginx Auto Index
I'm trying to parse an nginx auto index page to get the links from a download directory and their timestamps. I have successfully retrieved the links and their "names" so to speak but I am struggling...
View ArticleNew Post: How do I tell HAP to not make modifications to my code?
I would also be interested if this is possible.
View ArticleNew Post: Add-Type htmlagilitypack.dll fails - help?
I used this code and it works at home (Windows 8.1) . Now I am at work (Windows 8.1 in domain) and I get the same error . Now I am trying something smart to detect the CLRversion and to loadt the...
View ArticleNew Post: Get Visible Text on website without HTML
Hello developer friends, I'm trying to get all the visible text within a website, can anything think of any way to do that? It would be greatly appreciated!
View ArticleNew Post: Fumbling with parsing HTML table
I'm struggling to get the <tr> rows and <td> cell values out of an HTML table. I got the table out of the doc by using:HtmlNodeCollection tables = doc.DocumentNode.SelectNodes("//table");...
View ArticleNew Post: insert order is reverse on removechild and keepGrandChildren is true
HtmlNode HtmlNode.RemoveChild(HtmlNode oldChild, bool keepGrandChildren) { ... HtmlNode prev = oldChild.PreviousSibling; foreach (HtmlNode grandchild in...
View Article