New Post: Merging fizzler with HtmlAgilitypack
i'd like consider to do such merge. how can I contact you? any one interested in please contact me at support@zsubmitter.com
View ArticleNew Post: Problems with large amount files
it is a big issue for HAP. i try to perf it. anyone give some clue?
View ArticleNew Post: New Features/Versions: HAPLight, HAPCompact, .NET 4.0 and Unit Tests
i found HtmlAgilityPack.fx.4.0.csproj share the same source code in the same folder at Trunk\HtmlAgilityPack. so source for HtmlAgilityPack.fx.4.0 is same as normal version?
View ArticleNew Post: Make HtmlNode.WriteTo virtual
@Dzonny Did have any clue how to reduce usage of memory? i think it is major feedback of HAP for crawl on multiple threads on a scale. been given a right direct for a quickly start, i will plan to make...
View ArticleNew Post: Make HtmlNode.WriteTo virtual
Honestly I have no idea. I haven't seen any memory issue with HAP in our use case. But we don't use it for anything as intense as crawling. Our CMS may have max 100 concurrent users and wee parse...
View ArticleNew Post: Do not wantto get if no innerHTML exist for tag that is...
Hi , I am parsing HTML page and in the fields I do not want to get the  if my tag is empty.Is there any way to stop this .Output is displayed in Console
View ArticleNew Post: Does Html Agility Pack supports XPath 2.0?
Does Html Agility Pack supports XPath 2.0?
View ArticleNew Post: Version 2.0 build is broken - errors inside this message.
Error 39 Cannot implicitly convert type 'HtmlAgilityPack.IHtmlBaseNode' to 'HtmlAgilityPack.HtmlNode'. An explicit conversion exists (are you missing a cast?) D:\CodePlex\Html Agility...
View ArticleNew Post: Parse HTML with whitelist
This code was taken and revised from a previous discussion authored by DarthObiwan. Mainly, I moved removing any children to the end of the recursion cycle. That and I call removeChild in order to...
View ArticleNew Post: How to whitelist br tag in asp.net, C#, website using HAP to sanitize
I've searched all over and can't find a solution to this. I have a website with a textbox and the ajax htmleditorextender attached to this textbox. The htmleditorextender uses the html agility pack to...
View ArticleNew Post: Transfer My Credential from winform to Yahoo Login page inside the...
Hi, I want to transfer my winform control data (such TextBox, radio button, check box, drop down also button click event as wel) to Firefox, chrome browser. After lot of more search on Google I observe...
View ArticleNew Post: How to validate nodes in HtmlDocument are actual html nodes/elements
I have built an HTML sanitizer using a white list, but the problem encountered is that text like this: "< 1" gets accepted as a valid HtmlNodeType.Element??? Because of this, it gets removed via the...
View ArticleNew Post: how to extract nested href
Hi I am willing to extract email id form following html I tried lot but no luck, can any one pls help<div class="email"> <script...
View ArticleNew Post: how to extract nested href
This code will work:doc.DocumentNode.SelectSingleNode("//div[@class='email']/a") Take a look: http://www.w3schools.com/xpath/xpath_syntax.asp
View ArticleNew Post: I dont see any examples.
I know I need this code, I just don't see any big/full examples start to finish of how to get a web page and find things in it. (I don't want to use the wrong verbage, so I will leave it at that)......
View ArticleNew Post: Problems with HTML Character References (e.g. '1') with...
A better fix would be to consider all possible Html Entities like this: private const string HtmlEntitiesPattern = @"&([a-z]{2,10}|#\d{1,10}|#x[0-9a-f]{1,8});"; private static readonly Regex...
View ArticleNew Post: Is this available for windows phone 8.0?
i dont see dll's for win phone 8 when i downloaded. could i be able to built for win phone myself? is source compatible for it? Thanks.
View ArticleNew Post: Is this available for windows phone 8.0?
Yeah, I second that. It would be really useful
View ArticleNew Post: Can we use HTML Agility pack for store apps
hi , I want to develop windows phone 8 apps. They are not for commercial use. What are the exact limitations that I should have in terms of licensing if I were to use HTML Agility pack
View Article