Jonathan Magnan
Jonathan Magnan
Hello @chrisnelsondotca , You are right. We are currently working on it to respect all HTML specification. Unfortunately, this request will take a few weeks before being fully implemented. Best...
Hello @jbattermann , I'm currently waiting that one of my employees become permanent (at the start of September) to assign him this task. This requires making A LOT of change...
Hello @ColinM9991 , Thank you for reporting. I have added this issue to the list to check this week. We started recently to change/improve the parser to respect more the...
Hello guys, I have done some research and it looks the ending '/' is optional and most browser doesn't show it when you open their console See: http://w3c.github.io/html-reference/syntax.html#void-element The question...
Thank you for this additional information. Perhaps adding an options to force this optional closing tag may be the best idea? Best Regards, Jonathan
Hello @SteveVaneeckhout , Thank you for reporting. I'm currently trying to remember the reason. This option was introduced in this pull: https://github.com/zzzprojects/html-agility-pack/pull/92 I will try to read all the conversion...
Hello @poizan42 , Thank you for reporting. Currently `HAP` is a mix between following `HTML` spec and fixing some issue. It doesn't work 100% exactly as the browser does. We...
Hello @RahulMathew , I'm not sure what's the problem here, we got the same behavior when using an HTML inspector directly in a browser. ```html options.BatchSize = 1000); ` [Entity...
I believe if you missed to attach your screenshot correctly ;)
Hello @zubairfarooq13 , I may be wrong but your `HTML` look to be very malformed: - space between tag - no quote to enclose the attribute Our library may not...