New Post: Compile for .NET 2.0 CF
Hi guys unfortuantely I only have Visual Studio 2012 and 2005, I need to compile this for .NET 2.0 Compact but I am having no luck as the projects are either in 2008 or 2010, tried messing with the...
View ArticleNew Post: using htmlagilitypack with ajax div load c#
Site for women: http://www.phunudep24h.net/
View ArticleNew Post: How to correct hrml body tag
Hello, i want to correct out below tags, need to move ending </body> and </html> tag after disclaimer content.</body><!--[object_id=#clayton.com#]--><FONT face=Tahoma...
View ArticleNew Post: Extraction of Text from HTML
I have a scenario of extraction proper texts from HTML. consider for eg:<p>Almost a year ago, <a href="http://scienceblogs.com/aetiology/2014/09/26/hiv-denial-live-and-well-in-2014/"...
View ArticleNew Post: using htmlagilitypack with ajax div load c#
It would be nice if someone deleted all the stupid spam here. If you not going to maintain the forum, then just get rid of it.
View ArticleNew Post: Does HAP automatically close TCP Connection?
Hi there, Does HAP close connections? I have to scrap like 1000 get request from one site, and I am doing the load like: var doc = htmlWeb.Load(urlWithGetInIt); Then I scrap with xpath codes. My...
View ArticleNew Post: Sanitizing string issue
I'm using HtmlAgilityPack to sanitize user entered rich text and strip any harmful/unwanted text. Problem occurs though when a simple text is also treated as html node If I enter a<b, c>d and try...
View ArticleNew Post: Latest Source tree for 1.4.9.5?
I am looking for the "official" repository for 1.4.9.5, it looks like the code here is at least 6 months old with no activity; I am struggling with a bug that It looks like I need to fix inside the...
View ArticleNew Post: Latest Source tree for 1.4.9.5?
John, did you ever find the source? I'm assuming it's what is posted here, but I prefer not chasing down the wrong path fixing this missing method issue.
View ArticleNew Post: htmlagilitypack how to get link XPath
Hi all, Please tell me how to get XPath expression to link from this code:<meta itemprop="image" content="https://abcdef.jpg"> I need only link, not image.
View ArticleNew Post: Change website code
I want to change the code for the website: https://www.sapatrekkinghomestay.com/ with full features such as Online payment, new interface, light, should use the source code is reasonable.
View ArticleNew Post: How to do integration between websites?
I have a site (C #) where I need to go to an external site. Record information and validate this information by clicking a button and pick up the result of the rendering available after the click of...
View ArticleNew Post: Re HtmlAgility dll issue
Hi I have added the htmlagilitypack.dll in my .net windows application in reference. While building my solution its throwing a compile time error as Error 1 The type or namespace name 'HtmlAgilityPack'...
View ArticleNew Post: htmlagilitypack how to get link XPath
Whats the web page so i can see the full source.
View ArticleNew Post: Fetching attributes from HTML comment
Hi, I have HTML comment with attributes, which I need to parse. For example:<!-- size w=10, h=20 --> I have to fetch w & h, and they are not coming as part of attributes in either HTMLNode or...
View Article