Jonathan Magnan

Results 992 comments of Jonathan Magnan

So basically, you want we return false when we enter in one of this two lines? - https://github.com/zzzprojects/html-agility-pack/blob/master/src/HtmlAgilityPack.Shared/HtmlEntity.cs#L656 - https://github.com/zzzprojects/html-agility-pack/blob/master/src/HtmlAgilityPack.Shared/HtmlEntity.cs#L666 The major problem I saw is that the `entityValue` dictionary...

Hello @Twenty94470 , You should use: - InnerHtml - InnerText - OuterHtml - OuterText When you want to retrieve the text. Let me know if that work, Best Regards, Jon...

Awesome @Twenty94470 We are glad everything is working out for you :) Don't hesitate to contact us for questions, issues or feedback. Best regards, Jon

Hello @alexholy , Thank you for reporting. Unfortunately, `HAP` doesn't follow yet all standard. It will be done in the next major version but we have no planning date for...

Hello @chrisnelsondotca , I'm currently looking at some issue similar to this one, I hope to be able to provide more information by next Monday. Best Regards, Jonathan

Hello @chrisnelsondotca , We will try to work on all this kind of issue in September. In a future release, you will not have to keep using this option. We...

Hello @Rene-Sackers , Thank you for reporting, we will look at it. We added some methods that allow us more easily to handle this kind of scenario. So perhaps now...

Hello @mbrierst , Thank you for reporting, I will investigate this issue today. Best Regards, Jonathan

Hello @mbrierst , We investigated this issue, this one is harder to fix than other since creating a node is not similar as parsing the html on the code side....

It's for sure a major project but could be easier than what firstly thought. I'm currently evaluating the possibility or not of creating the v2.x with someone that already made...