Kentico / kentico-amp

Accelerated Mobile Pages module for Kentico EMS.
https://www.kentico.com/
MIT License
9 stars 14 forks source link

Replace HtmlAgilityPack with AngleSharp #24

Open OndrejVrsan opened 6 years ago

OndrejVrsan commented 6 years ago

Problem definition

While Kentico 11 CMS App has a dependency on AngleSharp, Kentico AMP uses HtmlAgilityPack, which provides a similar functionality. It's redundant to have both.

Suggested solution

Get rid of the HtmlAgilityPack dependency and replace it with AngleSharp. Note: AngleSharp does not support XPaths, the code needs to be rewritten to LINQ for AngleSharp.

rsuzumura commented 4 years ago

Hi, I want to help on that refactoring, can you assign this issue to me? Thanks!

petrsvihlik commented 4 years ago

@rsuzumura absolutely, go ahead!