AngleSharp / AngleSharp.Diffing

A library that makes it possible to compare two AngleSharp node lists and get a list of differences between them.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add the ability to ignore an elements children or its attributes

egil opened this issue · comments

In addition to the diff:ignore comparison modifier, that ignores the element it is on, its attributes and children, it would be useful to have an diff:ignoreChildren and diff:ignoreAttributes modifiers as well, that would still compare the element, but not its children or attributes.