devlooped / Web

XLinq to Web

Home Page:https://clarius.org/Web

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Expose XML namespace removal and element skipping as a public feature

kzu opened this issue · comments

It's sometimes convenient to just use an otherwise regular XDocument for
simpler querying via CSS or XPath, but XML namespaces complicates things.

Expose the functionality we already have for those two operations but for
regular XML documents too, not only HTML.